From 2323d6eab0dc0a58748819ecbf2eb28cf4984e7d Mon Sep 17 00:00:00 2001 From: Simon Cropp Date: Sun, 18 Feb 2024 10:11:58 +1100 Subject: [PATCH] Revert "refs" This reverts commit babc3d7065781fa5a5b9c034f439aa0b655db2a2. --- src/NoRefsTests/NoRefsTests.csproj | 4 ++-- src/Polyfill/Polyfill.csproj | 2 +- src/PublicTests/PublicTests.csproj | 4 ++-- src/Tests/Tests.csproj | 4 ++-- src/UnsafeTests/UnsafeTests.csproj | 4 ++-- src/global.json | 2 +- 6 files changed, 10 insertions(+), 10 deletions(-) diff --git a/src/NoRefsTests/NoRefsTests.csproj b/src/NoRefsTests/NoRefsTests.csproj index caabb2be..6525cde2 100644 --- a/src/NoRefsTests/NoRefsTests.csproj +++ b/src/NoRefsTests/NoRefsTests.csproj @@ -33,10 +33,10 @@ - + - + \ No newline at end of file diff --git a/src/Polyfill/Polyfill.csproj b/src/Polyfill/Polyfill.csproj index 0bb921e7..b34a5e3e 100644 --- a/src/Polyfill/Polyfill.csproj +++ b/src/Polyfill/Polyfill.csproj @@ -5,7 +5,7 @@ Source only packages that exposes newer .net and C# features to older runtimes. - + diff --git a/src/PublicTests/PublicTests.csproj b/src/PublicTests/PublicTests.csproj index 3238a158..d01e8da4 100644 --- a/src/PublicTests/PublicTests.csproj +++ b/src/PublicTests/PublicTests.csproj @@ -27,10 +27,10 @@ Pollyfill\PlatformCompatibility\%(RecursiveDir)%(Filename).cs - + - + diff --git a/src/Tests/Tests.csproj b/src/Tests/Tests.csproj index 1c5dd17d..279442b8 100644 --- a/src/Tests/Tests.csproj +++ b/src/Tests/Tests.csproj @@ -26,11 +26,11 @@ Pollyfill\PlatformCompatibility\%(RecursiveDir)%(Filename).cs - + - + diff --git a/src/UnsafeTests/UnsafeTests.csproj b/src/UnsafeTests/UnsafeTests.csproj index 79edaa84..92ec509b 100644 --- a/src/UnsafeTests/UnsafeTests.csproj +++ b/src/UnsafeTests/UnsafeTests.csproj @@ -27,10 +27,10 @@ Pollyfill\PlatformCompatibility\%(RecursiveDir)%(Filename).cs - + - + diff --git a/src/global.json b/src/global.json index 450f2b9a..b8219f86 100644 --- a/src/global.json +++ b/src/global.json @@ -1,6 +1,6 @@ { "sdk": { - "version": "8.0.200", + "version": "8.0.101", "allowPrerelease": true, "rollForward": "latestFeature" }