Added Report Generator package

This commit is contained in:
Daniel Wathen
2023-01-05 10:27:50 -07:00
parent 9f08d6630c
commit 32df1449cc
76 changed files with 11531 additions and 11 deletions

View File

@ -5,7 +5,11 @@
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>disable</Nullable>
</PropertyGroup>
<PropertyGroup>
<VSTestLogger>trx</VSTestLogger>
<VSTestCollect>XPlat Code Coverage</VSTestCollect>
<VSTestResultsDirectory>../.vscode/TestResults</VSTestResultsDirectory>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Microsoft.Data.SqlClient" Version="5.0.1" />
</ItemGroup>