Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/corert.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdeel Mujahid <adeelbm@outlook.com>2018-06-21 03:06:28 +0300
committerJan Kotas <jkotas@microsoft.com>2018-06-21 03:06:28 +0300
commit8d6690c4ebddfe56967d7dfe5e9eb6d7b5296dea (patch)
treea704a3f82817b48b711e33911d0118b271e59857 /pkg/Microsoft.DotNet.ILVerification
parent9313018c5669114f471d2f3fcd8b26fe40ed19d6 (diff)
Rev netcoreapp2.0 to netcoreapp2.1 (#5974)
Diffstat (limited to 'pkg/Microsoft.DotNet.ILVerification')
-rw-r--r--pkg/Microsoft.DotNet.ILVerification/Microsoft.DotNet.ILVerification.pkgproj2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkg/Microsoft.DotNet.ILVerification/Microsoft.DotNet.ILVerification.pkgproj b/pkg/Microsoft.DotNet.ILVerification/Microsoft.DotNet.ILVerification.pkgproj
index 00470202e..4db2b82e4 100644
--- a/pkg/Microsoft.DotNet.ILVerification/Microsoft.DotNet.ILVerification.pkgproj
+++ b/pkg/Microsoft.DotNet.ILVerification/Microsoft.DotNet.ILVerification.pkgproj
@@ -8,7 +8,7 @@
<PackagePlatforms>x64;</PackagePlatforms>
<SignAssembly>true</SignAssembly>
<AssemblyOriginatorKeyFile>$(PackageSourceDirectory)\BuildIntegration\StrongNameKeys\ILVerify.snk</AssemblyOriginatorKeyFile>
- <PackageTargetFramework>netcoreapp2.0</PackageTargetFramework>
+ <PackageTargetFramework>netcoreapp2.1</PackageTargetFramework>
<!-- Override this property so that the package name won't look like runtime.[RID].[TFM].[ID] -->
<PackageTargetRuntime></PackageTargetRuntime>
</PropertyGroup>