File tree 2 files changed +5
-3
lines changed
2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 1
1
<Project Sdk =" Microsoft.NET.Sdk" >
2
2
3
3
<PropertyGroup >
4
- <TargetFrameworks >netstandard2.0;netcoreapp2.1</TargetFrameworks >
4
+ <TargetFrameworks >netstandard2.0;netcoreapp2.1;netcoreapp3.1 </TargetFrameworks >
5
5
<NoWarn >$(NoWarn);CS0649</NoWarn >
6
6
<AllowUnsafeBlocks >True</AllowUnsafeBlocks >
7
- <DefineConstants Condition =" '$(TargetFramework)' == 'netcoreapp2.1 ' " >$(DefineConstants);SPAN_BUILTIN</DefineConstants >
7
+ <DefineConstants Condition =" '$(TargetFramework)' != 'netstandard2.0 ' " >$(DefineConstants);SPAN_BUILTIN</DefineConstants >
8
8
<CheckForOverflowUnderflow >True</CheckForOverflowUnderflow >
9
9
<LangVersion >8.0</LangVersion >
10
10
34
34
35
35
<ItemGroup >
36
36
<PackageReference Include =" Roslyn.Diagnostics.Analyzers" Version =" 2.9.7" PrivateAssets =" all" />
37
+ </ItemGroup >
38
+ <ItemGroup Condition =" '$(TargetFramework)'!='netcoreapp3.1'" >
37
39
<PackageReference Include =" Microsoft.Bcl.AsyncInterfaces" Version =" 1.0.0" />
38
40
<PackageReference Include =" System.Collections.Immutable" Version =" 1.5.0" />
39
41
<PackageReference Include =" System.Reflection.Emit" Version =" 4.6.0" />
Original file line number Diff line number Diff line change 1
1
<Project Sdk =" Microsoft.NET.Sdk" >
2
2
<PropertyGroup >
3
- <TargetFrameworks >net472;netcoreapp2.1</TargetFrameworks >
3
+ <TargetFrameworks >net472;netcoreapp2.1;netcoreapp3.1 </TargetFrameworks >
4
4
<AllowUnsafeBlocks >true</AllowUnsafeBlocks >
5
5
<LangVersion >8.0</LangVersion >
6
6
<AutoGenerateBindingRedirects >true</AutoGenerateBindingRedirects >
You can’t perform that action at this time.
0 commit comments