Skip to content

Commit 043a9d6

Browse files
committed
Add package references for Microsoft.Data.SqlClient and System.Text.Json
1 parent 7979d53 commit 043a9d6

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

src/webapp01/webapp01.csproj

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,9 @@
66
<ImplicitUsings>enable</ImplicitUsings>
77
</PropertyGroup>
88

9+
<ItemGroup>
10+
<PackageReference Include="Microsoft.Data.SqlClient" Version="5.0.2" />
11+
<PackageReference Include="System.Text.Json" Version="8.0.4" />
12+
</ItemGroup>
13+
914
</Project>

0 commit comments

Comments
 (0)