Skip to content
This repository was archived by the owner on Apr 20, 2023. It is now read-only.

Commit e8140a5

Browse files
silvioguisoSilvio Guiso
and
Silvio Guiso
authored
Updtes sdk version (#13507)
* Updtes sdk version * Updates versions.props with latest sdk version Co-authored-by: Silvio Guiso <v-siguis@microsoft.com>
1 parent 6738259 commit e8140a5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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
<!-- "Stage 0" from https://github.com/dotnet/core-sdk -->
16-
<DotNetCoreSdkLKGVersion>3.1.400-preview-015208</DotNetCoreSdkLKGVersion>
16+
<DotNetCoreSdkLKGVersion>3.1.401</DotNetCoreSdkLKGVersion>
1717
</PropertyGroup>
1818
<PropertyGroup>
1919
<!-- Dependencies from https://github.com/dotnet/core-setup -->

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.1.400-preview-015208",
3+
"dotnet": "3.1.401",
44
"runtimes": {
55
"dotnet": [
66
"$(MicrosoftNETCoreAppInternalPackageVersion)"

0 commit comments

Comments
 (0)