Skip to content

Commit 78eb939

Browse files
authored
Update Workarounds.targets because of 10.0 SDK change (#15218)
1 parent 5f327d7 commit 78eb939

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Microsoft.DotNet.Arcade.Sdk/tools/Workarounds.targets

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,7 @@
197197
<![CDATA[
198198
try
199199
{
200-
System.Reflection.Assembly.LoadFrom(@"$(MicrosoftNETBuildTasksDirectoryRoot)\..\..\..\DotnetTools\dotnet-format\BuildHost-net472\System.Text.Json.dll");
200+
System.Reflection.Assembly.LoadFrom(@"$(MicrosoftNETBuildTasksDirectoryRoot)\..\..\..\Sdks\Microsoft.NET.Sdk.StaticWebAssets\tasks\net472\System.Text.Json.dll");
201201
}
202202
catch
203203
{

0 commit comments

Comments
 (0)