Skip to content

Commit

Permalink
Bump versions from dotnet/toolset at release/3.1.1xx on 11/19/2019 6:…
Browse files Browse the repository at this point in the history
…22:02 PM -05:00

```
Microsoft.NET.Sdk: 3.1.100-rtm.19568.4 (from 3.1.100-preview3.19553.1)
Microsoft.NET.Sdk.Razor: 3.1.0 (from 3.1.0-preview3.19553.1)
Microsoft.NET.Sdk.Web: 3.1.100-rtm.19569.1 (from 3.1.100-preview3.19554.3)
Microsoft.DotNet.Cli.Runtime: 3.1.100-rtm.19568.3 (from 3.1.100-preview3.19554.3)
NuGet.Build.Tasks: 5.4.0-rtm.6292 (from 5.4.0-preview.3.6271)
```

.. based on `dotnet/toolset` 4e83fe2 .
  • Loading branch information
radical committed Nov 19, 2019
1 parent 9910e71 commit 717a35b
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 16 deletions.
2 changes: 1 addition & 1 deletion eng/Packages.props
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<PropertyGroup>
<MicrosoftNetCompilersVersion>3.4.0-beta3-19521-01</MicrosoftNetCompilersVersion>
<CompilerToolsVersion>$(MicrosoftNetCompilersVersion)</CompilerToolsVersion>
<NuGetPackageVersion>5.4.0-preview.3.6271</NuGetPackageVersion>
<NuGetPackageVersion>5.4.0-rtm.6292</NuGetPackageVersion>
<NuGetBuildTasksVersion Condition="'$(NuGetBuildTasksVersion)' == ''">$(NuGetPackageVersion)</NuGetBuildTasksVersion>
<NuGetCommandsVersion Condition="'$(NuGetCommandsVersion)' == ''">$(NuGetPackageVersion)</NuGetCommandsVersion>
<NuGetProtocolVersion Condition="'$(NuGetProtocolVersion)' == ''">$(NuGetPackageVersion)</NuGetProtocolVersion>
Expand Down
20 changes: 10 additions & 10 deletions eng/Version.Details.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,17 +7,17 @@
</Dependency>
</ToolsetDependencies>
<ProductDependencies>
<Dependency Name="Microsoft.NET.Sdk" Version="3.1.100-preview3.19553.1">
<Dependency Name="Microsoft.NET.Sdk" Version="3.1.100-rtm.19568.4">
<Uri>https://github.com/dotnet/sdk</Uri>
<Sha>cecb7196560c8b8b732ef9c07494cac7e0745c76</Sha>
<Sha>49bbede419cf63e15c70f4b463f80e4811fe3f34</Sha>
</Dependency>
<Dependency Name="Microsoft.NET.Sdk.Razor" Version="3.1.0-preview3.19553.1">
<Dependency Name="Microsoft.NET.Sdk.Razor" Version="3.1.0">
<Uri>https://github.com/aspnet/AspNetCore-Tooling</Uri>
<Sha>542a22f0b0242fc7247884b316c71e921d9711da</Sha>
<Sha>806f68f84d7ecf341811e317810f9aea0e1a862e</Sha>
</Dependency>
<Dependency Name="Microsoft.NET.Sdk.Web" Version="3.1.100-preview3.19554.3">
<Dependency Name="Microsoft.NET.Sdk.Web" Version="3.1.100-rtm.19569.1">
<Uri>https://github.com/aspnet/websdk</Uri>
<Sha>298e13fad322b0be4da015cbbc89828fcb6b818e</Sha>
<Sha>a1041655b92f65e492b7337786f235e0a1a4b731</Sha>
</Dependency>
<Dependency Name="ILLink.Tasks" Version="0.1.6-prerelease.19380.1">
<Uri>https://github.com/mono/linker</Uri>
Expand All @@ -27,13 +27,13 @@
<Uri>https://github.com/dotnet/core-setup</Uri>
<Sha>f830769364b45286b638a57176d4a7997dbc5237</Sha>
</Dependency>
<Dependency Name="Microsoft.DotNet.Cli.Runtime" Version="3.1.100-preview3.19554.3">
<Dependency Name="Microsoft.DotNet.Cli.Runtime" Version="3.1.100-rtm.19568.3">
<Uri>https://github.com/dotnet/cli</Uri>
<Sha>88badb441d9477067b76916f046b8d0a212a6eca</Sha>
<Sha>cc6bdda9777fff833fe170e3006470e9409521cf</Sha>
</Dependency>
<Dependency Name="NuGet.Build.Tasks" Version="5.4.0-preview.3.6271">
<Dependency Name="NuGet.Build.Tasks" Version="5.4.0-rtm.6292">
<Uri>https://github.com/NuGet/NuGet.Client</Uri>
<Sha>c1f6915918b82c096bbd666bd9c18528f1f70630</Sha>
<Sha>6f8eb3a2e1db6b458451b9cfd2a4f5557769b041</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 @@ -35,13 +35,13 @@
<PropertyGroup>
<DotNetCliVersion>3.0.100</DotNetCliVersion>
<MicrosoftNetCompilersVersion>3.4.0-beta3-19521-01</MicrosoftNetCompilersVersion>
<MicrosoftNETSdkVersion>3.1.100-preview3.19553.1</MicrosoftNETSdkVersion>
<MicrosoftNETSdkRazorVersion>3.1.0-preview3.19553.1</MicrosoftNETSdkRazorVersion>
<MicrosoftNETSdkWebVersion>3.1.100-preview3.19554.3</MicrosoftNETSdkWebVersion>
<NuGetBuildTasksVersion>5.4.0-preview.3.6271</NuGetBuildTasksVersion>
<MicrosoftNETSdkVersion>3.1.100-rtm.19568.4</MicrosoftNETSdkVersion>
<MicrosoftNETSdkRazorVersion>3.1.0</MicrosoftNETSdkRazorVersion>
<MicrosoftNETSdkWebVersion>3.1.100-rtm.19569.1</MicrosoftNETSdkWebVersion>
<NuGetBuildTasksVersion>5.4.0-rtm.6292</NuGetBuildTasksVersion>
<ILLinkTasksVersion>0.1.6-prerelease.19380.1</ILLinkTasksVersion>
<MicrosoftNETCoreAppVersion>3.1.0-preview2.19521.15</MicrosoftNETCoreAppVersion>
<MicrosoftDotNetCliRuntimeVersion>3.1.100-preview3.19554.3</MicrosoftDotNetCliRuntimeVersion>
<MicrosoftDotNetCliRuntimeVersion>3.1.100-rtm.19568.3</MicrosoftDotNetCliRuntimeVersion>
</PropertyGroup>
<Target Name="OverrideArcadeFileVersion" AfterTargets="_InitializeAssemblyVersion">
<!-- See https://github.com/dotnet/arcade/issues/3386
Expand Down

0 comments on commit 717a35b

Please sign in to comment.