File tree Expand file tree Collapse file tree 4 files changed +6
-4
lines changed
Expand file tree Collapse file tree 4 files changed +6
-4
lines changed Original file line number Diff line number Diff line change 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 />
Original file line number Diff line number Diff line change 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" ,
Original file line number Diff line number Diff 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"
Original file line number Diff line number Diff line change @@ -111,7 +111,7 @@ VERSION=$(test -z $VERSION && grep TPVersionPrefix $TP_ROOT_DIR/scripts/build/Te
111111export DOTNET_SKIP_FIRST_TIME_EXPERIENCE=1
112112# Dotnet build doesnt support --packages yet. See https://github.com/dotnet/cli/issues/2712
113113export 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#
You can’t perform that action at this time.
0 commit comments