Fix build warning about Microsoft.CodeAnalysis.CSharp.Workspaces
This commit is contained in:
parent
5e4e386a84
commit
d7d0e31b36
|
|
@ -22,4 +22,4 @@ node_modules
|
|||
.w
|
||||
.deps
|
||||
global.json
|
||||
korebuild-lock.txt
|
||||
msbuild.ProjectImports.zip
|
||||
|
|
|
|||
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in New Issue