File tree Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 11<Project Sdk =" Microsoft.NET.Sdk" >
22
33 <PropertyGroup >
4- <TargetFrameworks >netstandard2.0;netcoreapp2.1</TargetFrameworks >
4+ <TargetFrameworks >netstandard2.0;netcoreapp2.1;netcoreapp3.1 </TargetFrameworks >
55 <NoWarn >$(NoWarn);CS0649</NoWarn >
66 <AllowUnsafeBlocks >True</AllowUnsafeBlocks >
7- <DefineConstants Condition =" '$(TargetFramework)' == 'netcoreapp2.1 ' " >$(DefineConstants);SPAN_BUILTIN</DefineConstants >
7+ <DefineConstants Condition =" '$(TargetFramework)' != 'netstandard2.0 ' " >$(DefineConstants);SPAN_BUILTIN</DefineConstants >
88 <CheckForOverflowUnderflow >True</CheckForOverflowUnderflow >
99 <LangVersion >8.0</LangVersion >
1010
3434
3535 <ItemGroup >
3636 <PackageReference Include =" Roslyn.Diagnostics.Analyzers" Version =" 2.9.7" PrivateAssets =" all" />
37+ </ItemGroup >
38+ <ItemGroup Condition =" '$(TargetFramework)'!='netcoreapp3.1'" >
3739 <PackageReference Include =" Microsoft.Bcl.AsyncInterfaces" Version =" 1.0.0" />
3840 <PackageReference Include =" System.Collections.Immutable" Version =" 1.5.0" />
3941 <PackageReference Include =" System.Reflection.Emit" Version =" 4.6.0" />
Original file line number Diff line number Diff line change 11<Project Sdk =" Microsoft.NET.Sdk" >
22 <PropertyGroup >
3- <TargetFrameworks >net472;netcoreapp2.1</TargetFrameworks >
3+ <TargetFrameworks >net472;netcoreapp2.1;netcoreapp3.1 </TargetFrameworks >
44 <AllowUnsafeBlocks >true</AllowUnsafeBlocks >
55 <LangVersion >8.0</LangVersion >
66 <AutoGenerateBindingRedirects >true</AutoGenerateBindingRedirects >
You can’t perform that action at this time.
0 commit comments