File tree Expand file tree Collapse file tree 2 files changed +5
-11
lines changed
src/Utf8StringInterpolation
tests/Utf8StringInterpolation.Tests Expand file tree Collapse file tree 2 files changed +5
-11
lines changed Original file line number Diff line number Diff line change 1- #if NET6_0_OR_GREATER || NETSTANDARD2_1
2-
3- using System . Runtime . CompilerServices ;
4- [ assembly: TypeForwardedTo ( typeof ( System . Buffers . ArrayBufferWriter < > ) ) ]
5-
6- #else
7-
1+ #if ! NET6_0_OR_GREATER && ! NETSTANDARD2_1_OR_GREATER
82using System ;
93using System . Diagnostics ;
104
@@ -252,5 +246,4 @@ private static void ThrowOutOfMemoryException(uint capacity)
252246 }
253247 }
254248}
255-
256- #endif
249+ #endif
Original file line number Diff line number Diff line change 11<Project Sdk =" Microsoft.NET.Sdk" >
22
33 <PropertyGroup >
4- <TargetFrameworks >net48;net5.0;net6.0;net8.0</TargetFrameworks >
4+ <TargetFrameworks Condition =" '$(OS)' == 'Windows_NT'" >net48</TargetFrameworks >
5+ <TargetFrameworks >$(TargetFrameworks);net5.0;net6.0;net8.0</TargetFrameworks >
56 <ImplicitUsings >enable</ImplicitUsings >
67 <Nullable >enable</Nullable >
7- <LangVersion >11 .0</LangVersion >
8+ <LangVersion >12 .0</LangVersion >
89 <IsPackable >false</IsPackable >
910 <IsTestProject >true</IsTestProject >
1011 </PropertyGroup >
You can’t perform that action at this time.
0 commit comments