File tree Expand file tree Collapse file tree 5 files changed +6
-6
lines changed Expand file tree Collapse file tree 5 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 7
7
<PublicSign Condition =" '$(OS)' != 'Windows_NT' " >true</PublicSign >
8
8
<SignAssembly >true</SignAssembly >
9
9
<AssemblyOriginatorKeyFile >$(MSBuildThisFileDirectory)\cecil.snk</AssemblyOriginatorKeyFile >
10
- <DefineConstants Condition =" '$(TargetFramework)' == 'netstandard2.0' OR '$(TargetFramework)' == 'netcoreapp2 .1' " >$(DefineConstants);NET_CORE</DefineConstants >
10
+ <DefineConstants Condition =" '$(TargetFramework)' == 'netstandard2.0' OR '$(TargetFramework)' == 'netcoreapp3 .1' " >$(DefineConstants);NET_CORE</DefineConstants >
11
11
<RootNamespace ></RootNamespace >
12
12
</PropertyGroup >
13
13
<PropertyGroup Condition =" '$(TargetFramework)' == 'net40' " >
Original file line number Diff line number Diff line change 1
1
<Project Sdk =" Microsoft.NET.Sdk" ToolsVersion =" Current" >
2
2
<Import Project =" ..\Mono.Cecil.Tests.props" />
3
3
<PropertyGroup >
4
- <TargetFrameworks >netcoreapp2 .1;net40</TargetFrameworks >
4
+ <TargetFrameworks >netcoreapp3 .1;net40</TargetFrameworks >
5
5
</PropertyGroup >
6
- <ItemGroup Condition =" '$(TargetFramework)' == 'netcoreapp2 .1' " >
6
+ <ItemGroup Condition =" '$(TargetFramework)' == 'netcoreapp3 .1' " >
7
7
<PackageReference Include =" Microsoft.CodeAnalysis.CSharp" >
8
8
<Version >2.10.0</Version >
9
9
</PackageReference >
Original file line number Diff line number Diff line change 1
1
<Project Sdk =" Microsoft.NET.Sdk" ToolsVersion =" Current" >
2
2
<Import Project =" ..\..\Mono.Cecil.Tests.props" />
3
3
<PropertyGroup >
4
- <TargetFrameworks >netcoreapp2 .1;net40</TargetFrameworks >
4
+ <TargetFrameworks >netcoreapp3 .1;net40</TargetFrameworks >
5
5
</PropertyGroup >
6
6
<ItemGroup >
7
7
<ProjectReference Include =" ..\..\Mono.Cecil.csproj" >
Original file line number Diff line number Diff line change 1
1
<Project Sdk =" Microsoft.NET.Sdk" ToolsVersion =" Current" >
2
2
<Import Project =" ..\..\..\Mono.Cecil.Tests.props" />
3
3
<PropertyGroup >
4
- <TargetFrameworks >netcoreapp2 .1;net40</TargetFrameworks >
4
+ <TargetFrameworks >netcoreapp3 .1;net40</TargetFrameworks >
5
5
</PropertyGroup >
6
6
<ItemGroup >
7
7
<ProjectReference Include =" ..\..\..\Mono.Cecil.csproj" >
Original file line number Diff line number Diff line change 1
1
<Project Sdk =" Microsoft.NET.Sdk" ToolsVersion =" Current" >
2
2
<Import Project =" ..\..\..\Mono.Cecil.Tests.props" />
3
3
<PropertyGroup >
4
- <TargetFrameworks >netcoreapp2 .1;net40</TargetFrameworks >
4
+ <TargetFrameworks >netcoreapp3 .1;net40</TargetFrameworks >
5
5
</PropertyGroup >
6
6
<ItemGroup >
7
7
<ProjectReference Include =" ..\..\..\Mono.Cecil.csproj" >
You can’t perform that action at this time.
0 commit comments