From 5fb320c338a508cb2f5c6dfb9c8386d3e06a556c Mon Sep 17 00:00:00 2001 From: Simon Cropp Date: Thu, 15 Feb 2024 10:35:28 +1100 Subject: [PATCH] refs --- src/Tests/Tests.csproj | 2 +- src/Verify.Wolverine/Verify.Wolverine.csproj | 2 +- src/global.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/Tests/Tests.csproj b/src/Tests/Tests.csproj index 46158bb..a7176a0 100644 --- a/src/Tests/Tests.csproj +++ b/src/Tests/Tests.csproj @@ -8,7 +8,7 @@ - + diff --git a/src/Verify.Wolverine/Verify.Wolverine.csproj b/src/Verify.Wolverine/Verify.Wolverine.csproj index 9c620eb..4129871 100644 --- a/src/Verify.Wolverine/Verify.Wolverine.csproj +++ b/src/Verify.Wolverine/Verify.Wolverine.csproj @@ -5,7 +5,7 @@ - + diff --git a/src/global.json b/src/global.json index b8219f8..450f2b9 100644 --- a/src/global.json +++ b/src/global.json @@ -1,6 +1,6 @@ { "sdk": { - "version": "8.0.101", + "version": "8.0.200", "allowPrerelease": true, "rollForward": "latestFeature" }