Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/dotnet/aspnetcore.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWilliam Godbe <wigodbe@microsoft.com>2022-08-19 21:44:58 +0300
committerGitHub <noreply@github.com>2022-08-19 21:44:58 +0300
commit8bcdf6b7578af33a4ec8acc3e3240d7dbe53633c (patch)
tree63dffdd868de3b2d6686f80b3dce583108589ec5
parenta633e8821026868f180be736112f35e6f63159e8 (diff)
Stop overriding MicrosoftNetCompilersToolsetVersionwtgodbe/CompilerVer
-rw-r--r--eng/Versions.props6
1 files changed, 0 insertions, 6 deletions
diff --git a/eng/Versions.props b/eng/Versions.props
index 50494a1663..b70b26b24a 100644
--- a/eng/Versions.props
+++ b/eng/Versions.props
@@ -50,8 +50,6 @@
<UsingToolNetFrameworkReferenceAssemblies Condition="'$(OS)' != 'Windows_NT'">true</UsingToolNetFrameworkReferenceAssemblies>
<!-- Disable XLIFF tasks -->
<UsingToolXliff>false</UsingToolXliff>
- <!-- Use custom version of Roslyn Compiler -->
- <UsingToolMicrosoftNetCompilers>true</UsingToolMicrosoftNetCompilers>
</PropertyGroup>
<!--
@@ -199,10 +197,6 @@
-->
<MicrosoftNETTestSdkVersion>17.1.0-preview-20211109-03</MicrosoftNETTestSdkVersion>
<!--
- Use a compiler new enough to use required keyword
- -->
- <MicrosoftNetCompilersToolsetVersion>4.4.0-1.22358.14</MicrosoftNetCompilersToolsetVersion>
- <!--
Versions of Microsoft.CodeAnalysis packages referenced by analyzers shipped in the SDK.
This need to be pinned since they're used in 3.1 apps and need to be loadable in VS 2019.
-->