Fix build warning about Microsoft.CodeAnalysis.CSharp.Workspaces

This commit is contained in:
Nate McMaster 2017-10-09 15:02:02 -07:00
parent 5e4e386a84
commit d7d0e31b36
2 changed files with 5 additions and 2 deletions

2
.gitignore vendored
View File

@ -22,4 +22,4 @@ node_modules
.w
.deps
global.json
korebuild-lock.txt
msbuild.ProjectImports.zip

View File

@ -165,7 +165,10 @@
<!-- This version is used by the Razor runtime packages and any other piece of aspnetcore that uses Roslyn. -->
<NoWarn>KRB2004</NoWarn>
</ExternalDependency>
<ExternalDependency Include="Microsoft.CodeAnalysis.CSharp.Workspaces" Version="2.3.1" Source="$(DefaultNuGetFeed)" />
<ExternalDependency Include="Microsoft.CodeAnalysis.CSharp.Workspaces" Version="2.3.1" Source="$(DefaultNuGetFeed)">
<!-- This version is used by the Razor runtime packages and any other piece of aspnetcore that uses Roslyn. -->
<NoWarn>KRB2004</NoWarn>
</ExternalDependency>
<ExternalDependency Include="Microsoft.CodeAnalysis.CSharp" Version="2.3.1" Source="$(DefaultNuGetFeed)" >
<!-- This version is used by the Razor runtime packages and any other piece of aspnetcore that uses Roslyn. -->
<NoWarn>KRB2004</NoWarn>