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

Commit

Permalink
[mono] Update SDK/nuget versions to track release/3.1.1xx
Browse files Browse the repository at this point in the history
```
    MicrosoftNETSdkVersion:                 3.1.100-preview1.19463.2
    MicrosoftNETSdkRazorVersion:            3.1.0-preview1.19470.1
    MicrosoftNETSdkWebVersion:              3.0.100-rc2.19461.2
    MicrosoftNETCoreAppVersion:             3.1.0-preview1.19467.7
    MicrosoftDotNetCliRuntimeVersion:       3.1.100-preview1.19467.5
```

Source: https://github.com/dotnet/toolset/blob/8f096e7fd87855d17feb3c35a7374505d6b4c2c9/eng/Version.Details.xml
  • Loading branch information
radical committed Sep 20, 2019
1 parent 0a55104 commit a8658b1
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 17 deletions.
24 changes: 12 additions & 12 deletions eng/Version.Details.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,37 +11,37 @@
<Uri>https://github.com/dotnet/corefx</Uri>
<Sha>173d70b99a5dbb3ff9298a6e2e9c7f7e7b56dd7c</Sha>
</Dependency>
<Dependency Name="Microsoft.NET.Sdk" Version="3.0.100-rc1.19425.1">
<Dependency Name="Microsoft.NET.Sdk" Version="3.1.100-preview1.19463.2">
<Uri>https://github.com/dotnet/sdk</Uri>
<Sha>d5f22a0303747707a506fbc460884b49f26698d2</Sha>
<Sha>a19b734139ab62de631c31897b0ffc35f8462f3f</Sha>
</Dependency>
<Dependency Name="Microsoft.NET.Sdk.Razor" Version="3.0.0-rc1.19426.5">
<Dependency Name="Microsoft.NET.Sdk.Razor" Version="3.1.0-preview1.19470.1">
<Uri>https://github.com/aspnet/AspNetCore-Tooling</Uri>
<Sha>f290e8285d888950250a86f8ad55d8cf4cc13994</Sha>
<Sha>f283e4a7c0d47054c9a178ff0b29f00e68f307d3</Sha>
</Dependency>
<Dependency Name="Microsoft.NET.Sdk.Web" Version="3.0.100-rc1.19427.3">
<Dependency Name="Microsoft.NET.Sdk.Web" Version="3.0.100-rc2.19461.2">
<Uri>https://github.com/aspnet/websdk</Uri>
<Sha>0162efb78f266ec4d87405d4667325bcfa11b290</Sha>
<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.0.0-rc1-19426-11">
<Dependency Name="Microsoft.NETCore.App" Version="3.1.0-preview1.19467.7">
<Uri>https://github.com/dotnet/core-setup</Uri>
<Sha>b33b6c20d855e7f9fdda6383ad12d849079f9b21</Sha>
<Sha>1e19b8c0d63fe23da7bdd9625ca51c6bd2d1bab2</Sha>
</Dependency>
<Dependency Name="Microsoft.DotNet.Cli.Runtime" Version="3.0.100-rc1.19427.4">
<Dependency Name="Microsoft.DotNet.Cli.Runtime" Version="3.1.100-preview1.19467.5">
<Uri>https://github.com/dotnet/cli</Uri>
<Sha>d23afb6757bb73014e8c23b3f7c772578827049c</Sha>
<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-preview.2.6167">
<Dependency Name="NuGet.Build.Tasks" Version="5.3.0-rtm.6192">
<Uri>https://github.com/NuGet/NuGet.Client</Uri>
<Sha>4590967639182b183b247355596aedc7d0855a86</Sha>
<Sha>bb60d6720d24890b8f3e071e70d27ea0f2bef57e</Sha>
</Dependency>
</ProductDependencies>
</Dependencies>
10 changes: 5 additions & 5 deletions eng/Versions.props
Original file line number Diff line number Diff line change
Expand Up @@ -39,13 +39,13 @@
<PropertyGroup>
<SystemResourcesExtensionsVersion>4.6.0-rc2.19458.3</SystemResourcesExtensionsVersion>
<MicrosoftNetCompilersVersion>3.3.1-beta4-19462-11</MicrosoftNetCompilersVersion>
<MicrosoftNETSdkVersion>3.0.100-rc2.19463.5</MicrosoftNETSdkVersion>
<MicrosoftNETSdkRazorVersion>3.0.0</MicrosoftNETSdkRazorVersion>
<MicrosoftNETSdkWebVersion>3.0.100-rc2.19465.1</MicrosoftNETSdkWebVersion>
<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.0.0</MicrosoftNETCoreAppVersion>
<MicrosoftDotNetCliRuntimeVersion>3.0.100-rc2.19465.3</MicrosoftDotNetCliRuntimeVersion>
<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

0 comments on commit a8658b1

Please sign in to comment.