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:
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>