We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5f327d7 commit 78eb939Copy full SHA for 78eb939
src/Microsoft.DotNet.Arcade.Sdk/tools/Workarounds.targets
@@ -197,7 +197,7 @@
197
<![CDATA[
198
try
199
{
200
- System.Reflection.Assembly.LoadFrom(@"$(MicrosoftNETBuildTasksDirectoryRoot)\..\..\..\DotnetTools\dotnet-format\BuildHost-net472\System.Text.Json.dll");
+ System.Reflection.Assembly.LoadFrom(@"$(MicrosoftNETBuildTasksDirectoryRoot)\..\..\..\Sdks\Microsoft.NET.Sdk.StaticWebAssets\tasks\net472\System.Text.Json.dll");
201
}
202
catch
203
0 commit comments