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

github.com/mono/cecil.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTlakaelel Axayakatl Ceja <tlakaelel.ceja@microsoft.com>2021-07-22 21:32:45 +0300
committerGitHub <noreply@github.com>2021-07-22 21:32:45 +0300
commit2f1077d7bb3527c3d821cb726a6d762abaea101a (patch)
tree7547067559bbefd1a925dc16f885ebf8dbf75645
parentede17f98c9dd9396f9b3f4079af166a784e4baac (diff)
Update the version of Microsoft.NETFramework.ReferenceAssemblies.net40 (#787)
since is detected as a package downgrade and a failure in newer SDKs
-rw-r--r--Directory.Build.props2
1 files changed, 1 insertions, 1 deletions
diff --git a/Directory.Build.props b/Directory.Build.props
index ee63f7a..6799dfb 100644
--- a/Directory.Build.props
+++ b/Directory.Build.props
@@ -14,7 +14,7 @@
<DisableImplicitFrameworkReferences>true</DisableImplicitFrameworkReferences>
</PropertyGroup>
<ItemGroup Condition=" '$(TargetFramework)' == 'net40' ">
- <PackageReference Include="Microsoft.NETFramework.ReferenceAssemblies.net40" Version="1.0.0" />
+ <PackageReference Include="Microsoft.NETFramework.ReferenceAssemblies.net40" Version="1.0.2" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.0.0" PrivateAssets="All" />