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

github.com/mono/linker.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorMichael Simons <msimons@microsoft.com>2021-10-20 18:16:33 +0300
committerGitHub <noreply@github.com>2021-10-20 18:16:33 +0300
commit28ec75e84f7953b50cd21693ecf4b1051d605e90 (patch)
tree2da92c6e61264c18be3886511f93303a85755e6a /src
parent4c9de67922b2381aed29c6dff2c892ff6467f114 (diff)
[main] Eliminate source-build prebuilts (#2326)
Diffstat (limited to 'src')
-rw-r--r--src/ILLink.Tasks/ILLink.Tasks.csproj2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ILLink.Tasks/ILLink.Tasks.csproj b/src/ILLink.Tasks/ILLink.Tasks.csproj
index 0ecf5d15c..7501ecb47 100644
--- a/src/ILLink.Tasks/ILLink.Tasks.csproj
+++ b/src/ILLink.Tasks/ILLink.Tasks.csproj
@@ -53,6 +53,6 @@
<PackageReference Include="Microsoft.Build.Utilities.Core" Version="$(MicrosoftBuildUtilitiesCoreVersion)" PrivateAssets="All" ExcludeAssets="Runtime" />
<PackageReference Include="System.Reflection.Metadata" Version="$(SystemReflectionMetadataVersion)" Condition=" '$(TargetFramework)' == 'net472' " PrivateAssets="All" Publish="True" />
- <PackageReference Include="Microsoft.NETFramework.ReferenceAssemblies" PrivateAssets="All" Version="1.0.0" />
+ <PackageReference Include="Microsoft.NETFramework.ReferenceAssemblies" PrivateAssets="All" Version="1.0.2" />
</ItemGroup>
</Project>