Skip to content
This repository has been archived by the owner on Aug 8, 2024. It is now read-only.

[mono] Update SDK/nuget versions to track release/3.1.1xx #142

Merged
merged 2 commits into from
Sep 21, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
32 changes: 32 additions & 0 deletions eng/Version.Details.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,37 @@
<Uri>https://github.com/dotnet/corefx</Uri>
<Sha>173d70b99a5dbb3ff9298a6e2e9c7f7e7b56dd7c</Sha>
</Dependency>
<Dependency Name="Microsoft.NET.Sdk" Version="3.1.100-preview1.19463.2">
<Uri>https://github.com/dotnet/sdk</Uri>
<Sha>a19b734139ab62de631c31897b0ffc35f8462f3f</Sha>
</Dependency>
<Dependency Name="Microsoft.NET.Sdk.Razor" Version="3.1.0-preview1.19470.1">
<Uri>https://github.com/aspnet/AspNetCore-Tooling</Uri>
<Sha>f283e4a7c0d47054c9a178ff0b29f00e68f307d3</Sha>
</Dependency>
<Dependency Name="Microsoft.NET.Sdk.Web" Version="3.0.100-rc2.19461.2">
<Uri>https://github.com/aspnet/websdk</Uri>
<Sha>9471e9daf66b1e4f03d8b461c3ca0594f742923b</Sha>
</Dependency>
<Dependency Name="ILLink.Tasks" Version="0.1.6-prerelease.19380.1">
<Uri>https://github.com/mono/linker</Uri>
<Sha>1127689f262d52ea8ff68ef03d706fa62b3b40a1</Sha>
</Dependency>
<Dependency Name="Microsoft.NETCore.App" Version="3.1.0-preview1.19467.7">
<Uri>https://github.com/dotnet/core-setup</Uri>
<Sha>1e19b8c0d63fe23da7bdd9625ca51c6bd2d1bab2</Sha>
</Dependency>
<Dependency Name="Microsoft.DotNet.Cli.Runtime" Version="3.1.100-preview1.19467.5">
<Uri>https://github.com/dotnet/cli</Uri>
<Sha>11fe23d96c69dad32ab5267d63e572778c5d6de5</Sha>
</Dependency>
<Dependency Name="Microsoft.Net.Compilers" Version="3.3.1-beta3-19426-02">
<Uri>https://github.com/dotnet/roslyn</Uri>
<Sha>c82648d8964d1e683f92b7daa91beef2fdc5fb72</Sha>
</Dependency>
<Dependency Name="NuGet.Build.Tasks" Version="5.3.0-rtm.6192">
<Uri>https://github.com/NuGet/NuGet.Client</Uri>
<Sha>bb60d6720d24890b8f3e071e70d27ea0f2bef57e</Sha>
</Dependency>
</ProductDependencies>
</Dependencies>
8 changes: 8 additions & 0 deletions eng/Versions.props
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,14 @@
<!-- Product Dependencies -->
<PropertyGroup>
<SystemResourcesExtensionsVersion>4.6.0-rc2.19458.3</SystemResourcesExtensionsVersion>
<MicrosoftNetCompilersVersion>3.3.1-beta4-19462-11</MicrosoftNetCompilersVersion>
<MicrosoftNETSdkVersion>3.1.100-preview1.19463.2</MicrosoftNETSdkVersion>
<MicrosoftNETSdkRazorVersion>3.1.0-preview1.19470.1</MicrosoftNETSdkRazorVersion>
<MicrosoftNETSdkWebVersion>3.0.100-rc2.19461.2</MicrosoftNETSdkWebVersion>
<NuGetBuildTasksVersion>5.3.0-rtm.6192</NuGetBuildTasksVersion>
<ILLinkTasksVersion>0.1.6-prerelease.19380.1</ILLinkTasksVersion>
<MicrosoftNETCoreAppVersion>3.1.0-preview1.19467.7</MicrosoftNETCoreAppVersion>
<MicrosoftDotNetCliRuntimeVersion>3.1.100-preview1.19467.5</MicrosoftDotNetCliRuntimeVersion>
</PropertyGroup>
<Target Name="OverrideArcadeFileVersion" AfterTargets="_InitializeAssemblyVersion">
<!-- See https://github.com/dotnet/arcade/issues/3386
Expand Down
38 changes: 14 additions & 24 deletions mono/build/DotNetBitsVersions.props
Original file line number Diff line number Diff line change
@@ -1,36 +1,26 @@
<Project>
<Import Project="..\..\eng\Versions.props" />
<PropertyGroup>
<MicrosoftNETSdkPackageVersion>3.0.100-rc2.19463.5</MicrosoftNETSdkPackageVersion>
<MicrosoftNETBuildExtensionsVersion>$(MicrosoftNETSdkVersion)</MicrosoftNETBuildExtensionsVersion>

<MicrosoftNETBuildExtensionsPackageVersion>$(MicrosoftNETSdkPackageVersion)</MicrosoftNETBuildExtensionsPackageVersion>
<MicrosoftNETSdkPublishVersion>$(MicrosoftNETSdkWebVersion)</MicrosoftNETSdkPublishVersion>
<MicrosoftNETSdkWebProjectSystemVersion>$(MicrosoftNETSdkWebVersion)</MicrosoftNETSdkWebProjectSystemVersion>
<NuGetBuildTasksPackVersion>$(NuGetBuildTasksVersion)</NuGetBuildTasksPackVersion>

<MicrosoftNETSdkRazorPackageVersion>3.0.0</MicrosoftNETSdkRazorPackageVersion>

<MicrosoftNETSdkWebPackageVersion>3.0.100-rc2.19465.1</MicrosoftNETSdkWebPackageVersion>
<MicrosoftNETSdkPublishPackageVersion>$(MicrosoftNETSdkWebPackageVersion)</MicrosoftNETSdkPublishPackageVersion>
<MicrosoftNETSdkWebProjectSystemPackageVersion>$(MicrosoftNETSdkWebPackageVersion)</MicrosoftNETSdkWebProjectSystemPackageVersion>

<NuGetBuildTasksPackageVersion>5.3.0-rtm.6192</NuGetBuildTasksPackageVersion>
<NuGetBuildTasksPackPackageVersion>$(NuGetBuildTasksPackageVersion)</NuGetBuildTasksPackPackageVersion>

<MicrosoftDotNetMSBuildSdkResolverPackageVersion>3.0.100-rc2.19465.3</MicrosoftDotNetMSBuildSdkResolverPackageVersion>

<MicrosoftNETCoreAppPackageVersion>3.0.0</MicrosoftNETCoreAppPackageVersion>
<DotNetSdkVersionForLibHostFxr>$(MicrosoftNETCoreAppPackageVersion)</DotNetSdkVersionForLibHostFxr>

<ILLinkTasksPackageVersion>0.1.6-prerelease.19380.1</ILLinkTasksPackageVersion>
<MicrosoftDotNetMSBuildSdkResolverVersion>$(MicrosoftDotNetCliRuntimeVersion)</MicrosoftDotNetMSBuildSdkResolverVersion>
<DotNetSdkVersionForLibHostFxr>$(MicrosoftNETCoreAppVersion)</DotNetSdkVersionForLibHostFxr>
</PropertyGroup>

<ItemGroup>
<BundledSdk Include="Microsoft.NET.Sdk" Version="$(MicrosoftNETSdkPackageVersion)" />
<BundledSdk Include="Microsoft.NET.Sdk.Razor" Version="$(MicrosoftNETSdkRazorPackageVersion)" />
<BundledSdk Include="Microsoft.NET.Sdk.Web" Version="$(MicrosoftNETSdkWebPackageVersion)" />
<BundledSdk Include="Microsoft.NET.Sdk.Publish" Version="$(MicrosoftNETSdkPublishPackageVersion)" />
<BundledSdk Include="Microsoft.NET.Sdk.Web.ProjectSystem" Version="$(MicrosoftNETSdkWebProjectSystemPackageVersion)" />
<BundledSdk Include="Microsoft.NET.Sdk" Version="$(MicrosoftNETSdkVersion)" />
<BundledSdk Include="Microsoft.NET.Sdk.Razor" Version="$(MicrosoftNETSdkRazorVersion)" />
<BundledSdk Include="Microsoft.NET.Sdk.Web" Version="$(MicrosoftNETSdkWebVersion)" />
<BundledSdk Include="Microsoft.NET.Sdk.Publish" Version="$(MicrosoftNETSdkPublishVersion)" />
<BundledSdk Include="Microsoft.NET.Sdk.Web.ProjectSystem" Version="$(MicrosoftNETSdkWebProjectSystemVersion)" />

<BundledSdk Include="ILLink.Tasks" Version="$(ILLinkTasksPackageVersion)" />
<BundledSdk Include="ILLink.Tasks" Version="$(ILLinkTasksVersion)" />

<BundledSdk Include="NuGet.Build.Tasks.Pack" Version="$(NuGetBuildTasksPackPackageVersion)" />
<BundledSdk Include="NuGet.Build.Tasks.Pack" Version="$(NuGetBuildTasksPackVersion)" />

<BundledSdk Include="FSharp.NET.Sdk" Version="1.0.4-bundled-0100" />
<BundledSdk Include="Microsoft.Docker.Sdk" Version="1.1.0" />
Expand Down
2 changes: 1 addition & 1 deletion mono/build/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Update various SDKs that we bundle with mono.

- Update the various versions in `mono/build/DotNetBitsVersions.props`.
- Update the various versions in `eng/Versions.props`
- If any nuget sources need to be updated, then do that in `mono/build/RestoreSourcesOverrides.props`.

- For NuGet update, ensure that the version is updated in `eng/Packages.props`:
Expand Down
8 changes: 4 additions & 4 deletions mono/build/sdks_and_nugets/update_sdks_and_nugets.proj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<Project>
<Project DefaultTargets="DeploySdksAndNuGets">
<Import Project="$(MSBuildThisFileDirectory)\..\common.props" />
<Import Project="$(MSBuildThisFileDirectory)\..\DotnetBitsVersions.props" />

Expand All @@ -15,7 +15,7 @@

<HostFxrUrl>$(CoreSetupRootUrl)$(HostFxrVersion)/$(DownloadedHostFxrInstallerFileName)$(CoreSetupBlobAccessTokenParam)</HostFxrUrl>
<MSBuildSdkResolverOutDir>$(DotNetOverlayDirectory)\msbuild-bin\SdkResolvers\Microsoft.DotNet.MSBuildSdkResolver</MSBuildSdkResolverOutDir>
<RuntimeDepsInstallerUrl>$(CoreSetupRootUrl)$(MicrosoftNETCoreAppPackageVersion)/$(DownloadedRuntimeDepsInstallerFileName)$(CoreSetupBlobAccessTokenParam)</RuntimeDepsInstallerUrl>
<RuntimeDepsInstallerUrl>$(CoreSetupRootUrl)$(MicrosoftNETCoreAppVersion)/$(DownloadedRuntimeDepsInstallerFileName)$(CoreSetupBlobAccessTokenParam)</RuntimeDepsInstallerUrl>
</PropertyGroup>

<Target Name="DeploySdksAndNuGets">
Expand All @@ -38,7 +38,7 @@
<Properties>
ProjectWithProperties=ms_extensions.proj;
DependencyPackageName=Microsoft.NET.Build.Extensions;
DependencyPackageVersion=$(MicrosoftNETBuildExtensionsPackageVersion);
DependencyPackageVersion=$(MicrosoftNETBuildExtensionsVersion);
NuGetPackagesDir=$(NuGetPackagesDir);
MSBuildExtensionsPathToolsVersionOutputDirectory=$(MSBuildExtensionsPathToolsVersionOutputDirectory);
MSBuildExtensionsPathOutputDirectory=$(MSBuildExtensionsPathOutputDirectory)
Expand All @@ -49,7 +49,7 @@
<Properties>
ProjectWithProperties=dotnet_resolver.proj;
DependencyPackageName=Microsoft.DotNet.MSBuildSdkResolver;
DependencyPackageVersion=$(MicrosoftDotNetMSBuildSdkResolverPackageVersion);
DependencyPackageVersion=$(MicrosoftDotNetMSBuildSdkResolverVersion);
NuGetPackagesDir=$(NuGetPackagesDir);
DotnetSdkResolverDir=$(MSBuildSdkResolverOutDir)
</Properties>
Expand Down