Skip to content

Commit c449a1e

Browse files
committed
Update feeds
1 parent fceebbc commit c449a1e

File tree

4 files changed

+6
-4
lines changed

4 files changed

+6
-4
lines changed

NuGet.config

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@
1414
<add key="mstest.myget" value="https://dotnet.myget.org/F/mstestv2/api/v3/index.json" />
1515
<add key="pdb2pdb.myget" value="https://dotnet.myget.org/F/symreader-converter/api/v3/index.json" />
1616
<add key="vsunittesting.myget" value="https://dotnet.myget.org/F/vsunittesting/api/v3/index.json" />
17+
<add key="dotnet-eng" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-eng/nuget/v3/index.json" />
18+
<add key="dotnet-tools" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-tools/nuget/v3/index.json" />
1719
</packageSources>
1820
<fallbackPackageFolders>
1921
<clear />

global.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
{
22
"sdk": {
3-
"version": "3.1.101",
3+
"version": "3.1.300",
44
"rollForward": "minor",
55
"allowPrerelease": false,
66
"architecture": "x64"
77
},
88
"tools": {
9-
"dotnet": "3.1.101"
9+
"dotnet": "3.1.300"
1010
},
1111
"msbuild-sdks": {
1212
"Microsoft.DotNet.Arcade.Sdk": "1.0.0-beta.20302.3",

scripts/build.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ $env:DOTNET_SKIP_FIRST_TIME_EXPERIENCE = 1
8282
# Dotnet build doesn't support --packages yet. See https://github.com/dotnet/cli/issues/2712
8383
$env:NUGET_PACKAGES = $env:TP_PACKAGES_DIR
8484
$env:NUGET_EXE_Version = "3.4.3"
85-
$env:DOTNET_CLI_VERSION = "3.1.101"
85+
$env:DOTNET_CLI_VERSION = "3.1.300"
8686
# $env:DOTNET_RUNTIME_VERSION = "LATEST"
8787
$env:VSWHERE_VERSION = "2.0.2"
8888
$env:MSBUILD_VERSION = "15.0"

scripts/build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ VERSION=$(test -z $VERSION && grep TPVersionPrefix $TP_ROOT_DIR/scripts/build/Te
111111
export DOTNET_SKIP_FIRST_TIME_EXPERIENCE=1
112112
# Dotnet build doesnt support --packages yet. See https://github.com/dotnet/cli/issues/2712
113113
export NUGET_PACKAGES=$TP_PACKAGES_DIR
114-
DOTNET_CLI_VERSION="3.1.101"
114+
DOTNET_CLI_VERSION="3.1.300"
115115
#DOTNET_RUNTIME_VERSION="LATEST"
116116

117117
#

0 commit comments

Comments
 (0)