File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" utf-8" ?>
22<Project ToolsVersion =" 4.0" xmlns =" http://schemas.microsoft.com/developer/msbuild/2003" >
3+ <PropertyGroup >
4+ <!-- This is a servicing branch, do not warn about outdated SDKs. -->
5+ <NoWarn >$(NoWarn);NETSDK1138</NoWarn >
6+ </PropertyGroup >
37 <ItemGroup >
48 <!-- Note: It is important BuildAnalyzers.sln builds first and does not allow building in parallel.
59 Because projects in Razor.sln (or Razor.Slim.slnf) have a project reference to Razor.Diagnostics.Analyzers
1216
1317 <!-- Exclude VSIX projects on non-Windows -->
1418 <ProjectToBuild Condition =" '$(OS)'!='WINDOWS_NT' and '$(SdkTaskProjects)'==''" Include =" $(MSBuildThisFileDirectory)..\Razor.Slim.slnf" />
15-
16- <!-- This is a servicing branch, do not warn about outdated SDKs. -->
17- <NoWarn >$(NoWarn);NETSDK1138</NoWarn >
1819 </ItemGroup >
1920</Project >
You can’t perform that action at this time.
0 commit comments