Skip to content

Commit 1616d0d

Browse files
[release/3.1.1xx] Update dependencies from dotnet/cli (dotnet#3004)
* Update dependencies from https://github.com/dotnet/cli build 20190930.5 - Microsoft.DotNet.Cli.Runtime - 3.1.100-preview1.19480.5 * Update dependencies from https://github.com/dotnet/cli build 20191001.2 - Microsoft.DotNet.Cli.Runtime - 3.1.100-preview1.19501.2 * Update dependencies from https://github.com/dotnet/cli build 20191001.4 - Microsoft.DotNet.Cli.Runtime - 3.1.100-preview1.19501.4 * Update dependencies from https://github.com/dotnet/cli build 20191001.5 - Microsoft.DotNet.Cli.Runtime - 3.1.100-preview1.19501.5 * Retarget to netcoreapp3.1 * Update to 3.1 SDK
1 parent 0520dfe commit 1616d0d

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

Directory.Build.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<DebugSymbols>true</DebugSymbols>
2222

2323
<IsShippingPackage>false</IsShippingPackage>
24-
<ToolsetTargetFramework>netcoreapp3.0</ToolsetTargetFramework>
24+
<ToolsetTargetFramework>netcoreapp3.1</ToolsetTargetFramework>
2525

2626
<ArtifactsShippingSymbolsDir>$(ArtifactsDir)symbols\$(Configuration)\Shipping</ArtifactsShippingSymbolsDir>
2727

eng/Version.Details.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@
55
<Uri>https://github.com/dotnet/core-setup</Uri>
66
<Sha>dfb28413477684834589b8b23492b48c43726e10</Sha>
77
</Dependency>
8-
<Dependency Name="Microsoft.DotNet.Cli.Runtime" Version="3.1.100-preview1.19479.3">
8+
<Dependency Name="Microsoft.DotNet.Cli.Runtime" Version="3.1.100-preview1.19501.5">
99
<Uri>https://github.com/dotnet/cli</Uri>
10-
<Sha>448a99fcc1eac067880ba4263bd6a3945d0f76de</Sha>
10+
<Sha>c57fda1e6bcfb420e22f468f8f172d3d0a41f1ee</Sha>
1111
</Dependency>
1212
<Dependency Name="Microsoft.NET.Sdk" Version="3.1.100-preview1.19501.1">
1313
<Uri>https://github.com/dotnet/sdk</Uri>

eng/Versions.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<!-- Production Dependencies -->
1414
<PropertyGroup>
1515
<!-- Dependencies from https://github.com/dotnet/cli -->
16-
<MicrosoftDotNetCliRuntimePackageVersion>3.1.100-preview1.19479.3</MicrosoftDotNetCliRuntimePackageVersion>
16+
<MicrosoftDotNetCliRuntimePackageVersion>3.1.100-preview1.19501.5</MicrosoftDotNetCliRuntimePackageVersion>
1717
</PropertyGroup>
1818
<PropertyGroup>
1919
<!-- Dependencies from https://github.com/dotnet/sdk -->

global.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"tools": {
3-
"dotnet": "3.0.100-preview8-013422",
3+
"dotnet": "3.1.100-preview1-014076",
44
"runtimes": {
55
"dotnet": [
66
"$(MicrosoftNETCoreAppRuntimewinx64PackageVersion)"

test/EndToEnd.Tests/GivenDotNetUsesMSBuild.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ public void ItCanNewRestoreBuildRunCleanMSBuildProject()
3535
var ns = project.Root.Name.Namespace;
3636
project.Root.Element(ns + "PropertyGroup")
3737
.Element(ns + "TargetFramework")
38-
.Value = "netcoreapp3.0";
38+
.Value = "netcoreapp3.1";
3939
project.Save(projectPath);
4040

4141

0 commit comments

Comments
 (0)