Skip to content

Commit fd9e18d

Browse files
[main] Source code updates from dotnet/dotnet (#19131)
* Backflow from https://github.com/dotnet/dotnet / 29eefe2 build 293166 [[ commit created by automation ]] * Update dependencies from https://github.com/dotnet/dotnet build 293166 No dependency updates to commit --------- Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
1 parent 6ef4403 commit fd9e18d

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

eng/Version.Details.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<Dependencies>
3-
<Source Uri="https://github.com/dotnet/dotnet" Mapping="fsharp" Sha="cc7f6e84d8dae36ad9ea51a5112627b8235982cc" BarId="291900" />
3+
<Source Uri="https://github.com/dotnet/dotnet" Mapping="fsharp" Sha="29eefe27a350eb8b0bcbababa7863a0d1086295d" BarId="293166" />
44
<ProductDependencies>
55
<Dependency Name="Microsoft.Build" Version="18.1.0-preview-25515-01">
66
<Uri>https://github.com/dotnet/msbuild</Uri>

start-vs-FsharpSln.cmd

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,6 @@ setlocal enabledelayedexpansion
77
set DOTNET_ROOT=%~dp0.dotnet
88
set DOTNET_ROOT(x86)=%~dp0.dotnet\x86
99

10-
:: This tells .NET Core not to go looking for .NET Core in other places
11-
set DOTNET_MULTILEVEL_LOOKUP=0
12-
1310
:: Put our local dotnet.exe on PATH first so Visual Studio knows which one to use
1411
set PATH=%DOTNET_ROOT%;%PATH%
1512

0 commit comments

Comments
 (0)