File tree 3 files changed +3
-0
lines changed
modules/NuGetPackageVerifier/console
3 files changed +3
-0
lines changed Original file line number Diff line number Diff line change 5
5
<!-- This one is OK for console tools that bundle their own version of JSON.NET -->
6
6
<JsonNetVersion >10.0.1</JsonNetVersion >
7
7
<MicrosoftDotNetPlatformAbstractionsVersion >2.0.0</MicrosoftDotNetPlatformAbstractionsVersion >
8
+ <MicrosoftNETCoreApp20PackageVersion >2.0.0</MicrosoftNETCoreApp20PackageVersion >
8
9
<MonoCecilVersion >0.10.0-beta6</MonoCecilVersion >
9
10
<MoqVersion >4.7.99</MoqVersion >
10
11
<NuGetPackagesVersion >4.3.0</NuGetPackagesVersion >
Original file line number Diff line number Diff line change 6
6
<AssemblyName >NuGetPackageVerifier</AssemblyName >
7
7
<RootNamespace >NuGetPackageVerifier</RootNamespace >
8
8
<OutputType >exe</OutputType >
9
+ <RuntimeFrameworkVersion >$(MicrosoftNETCoreApp20PackageVersion)</RuntimeFrameworkVersion >
9
10
</PropertyGroup >
10
11
11
12
<ItemGroup >
Original file line number Diff line number Diff line change 8
8
<OutputType >exe</OutputType >
9
9
<IncludeSymbols >false</IncludeSymbols >
10
10
<IncludeSource >false</IncludeSource >
11
+ <RuntimeFrameworkVersion Condition =" '$(TargetFramework)' == 'netcoreapp2.0'" >$(MicrosoftNETCoreApp20PackageVersion)</RuntimeFrameworkVersion >
11
12
</PropertyGroup >
12
13
13
14
<!-- packaging settings-->
You can’t perform that action at this time.
0 commit comments