From 05ade7b1935d4f2bf47b0ea79e3d7b61a95b7e75 Mon Sep 17 00:00:00 2001 From: Simon Cropp Date: Wed, 10 Jan 2024 11:02:22 +1100 Subject: [PATCH] refs --- .../Verify.Expecto.DerivePaths.Tests.csproj | 2 +- src/Verify.Expecto.Tests/Verify.Expecto.Tests.csproj | 2 +- src/Verify.Expecto/Verify.Expecto.csproj | 2 +- src/global.json | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/Verify.Expecto.DerivePaths.Tests/Verify.Expecto.DerivePaths.Tests.csproj b/src/Verify.Expecto.DerivePaths.Tests/Verify.Expecto.DerivePaths.Tests.csproj index 17634ff31d..d5479df99b 100644 --- a/src/Verify.Expecto.DerivePaths.Tests/Verify.Expecto.DerivePaths.Tests.csproj +++ b/src/Verify.Expecto.DerivePaths.Tests/Verify.Expecto.DerivePaths.Tests.csproj @@ -7,7 +7,7 @@ - + diff --git a/src/Verify.Expecto.Tests/Verify.Expecto.Tests.csproj b/src/Verify.Expecto.Tests/Verify.Expecto.Tests.csproj index aba5fadbc8..e6135ae7d2 100644 --- a/src/Verify.Expecto.Tests/Verify.Expecto.Tests.csproj +++ b/src/Verify.Expecto.Tests/Verify.Expecto.Tests.csproj @@ -6,7 +6,7 @@ - + diff --git a/src/Verify.Expecto/Verify.Expecto.csproj b/src/Verify.Expecto/Verify.Expecto.csproj index 163dd56a91..b80428e37f 100644 --- a/src/Verify.Expecto/Verify.Expecto.csproj +++ b/src/Verify.Expecto/Verify.Expecto.csproj @@ -4,7 +4,7 @@ - + diff --git a/src/global.json b/src/global.json index 1f98ce1ab1..b8219f86c5 100644 --- a/src/global.json +++ b/src/global.json @@ -1,6 +1,6 @@ { "sdk": { - "version": "8.0.100", + "version": "8.0.101", "allowPrerelease": true, "rollForward": "latestFeature" }