Skip to content

Commit 54929ba

Browse files
authored
Add System.Text.Json to Shared.csproj (#448)
* Add System.Text.Json to Shared.csproj
1 parent 7a2880e commit 54929ba

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Shared/Shared.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717
<PackageReference Include="Microsoft.Azure.DurableTask.Core" />
1818
<PackageReference Include="Microsoft.Bcl.AsyncInterfaces" />
1919
<PackageReference Include="Microsoft.Extensions.Hosting" />
20+
<PackageReference Include="System.Text.Json"/>
2021
</ItemGroup>
2122

2223
</Project>

0 commit comments

Comments
 (0)