File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
<Project Sdk =" Microsoft.NET.Sdk" >
2
2
<PropertyGroup >
3
- <TargetFramework >netcoreapp2 .1</TargetFramework >
3
+ <TargetFramework >netcoreapp3 .1</TargetFramework >
4
4
<AssemblyName >Apigen</AssemblyName >
5
5
<OutputType >Exe</OutputType >
6
6
<PackageId >Apigen</PackageId >
Original file line number Diff line number Diff line change 1
1
<Project Sdk =" Microsoft.NET.Sdk" >
2
2
<PropertyGroup >
3
- <TargetFrameworks >netcoreapp2 .1</TargetFrameworks >
3
+ <TargetFramework >netcoreapp3 .1</TargetFramework >
4
4
<AssemblyName >Unit</AssemblyName >
5
5
<PackageId >Unit</PackageId >
6
6
<GenerateRuntimeConfigurationFiles >true</GenerateRuntimeConfigurationFiles >
23
23
<PackageReference Include =" NUnit3TestAdapter" Version =" 3.15.1" />
24
24
<PackageReference Include =" PublicApiGenerator" Version =" 10.0.2" />
25
25
</ItemGroup >
26
- <PropertyGroup Condition =" '$(TargetFramework)' == 'netcoreapp2 .1' " >
26
+ <PropertyGroup Condition =" '$(TargetFramework)' == 'netcoreapp3 .1' " >
27
27
<DefineConstants >$(DefineConstants);CORECLR</DefineConstants >
28
28
</PropertyGroup >
29
29
</Project >
You can’t perform that action at this time.
0 commit comments