Skip to content

Commit

Permalink
Update dependencies (#16)
Browse files Browse the repository at this point in the history
  • Loading branch information
kant2002 authored Aug 19, 2024
1 parent 8350962 commit d2fb57c
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 6 deletions.
12 changes: 7 additions & 5 deletions Directory.Packages.props
Original file line number Diff line number Diff line change
@@ -1,16 +1,18 @@
<Project>
<ItemGroup>
<PackageVersion Include="BenchmarkDotNet" Version="0.12.1" />
<PackageVersion Include="coverlet.collector" Version="3.1.2" />
<PackageVersion Include="coverlet.collector" Version="6.0.2" />
<PackageVersion Include="Microsoft.CodeAnalysis.Analyzers" Version="3.3.3" />
<PackageVersion Include="Microsoft.CodeAnalysis.CSharp.Workspaces" Version="3.9.0" />
<PackageVersion Include="Microsoft.Data.SqlClient" Version="2.1.4" />
<PackageVersion Include="Microsoft.Data.SqlClient" Version="5.2.1" />
<PackageVersion Include="Microsoft.EntityFrameworkCore.SqlServer" Version="6.0.4" />
<PackageVersion Include="Microsoft.DotNet.ILCompiler" Version="7.0.0-preview.3.22175.4" />
<PackageVersion Include="Microsoft.NET.Test.Sdk" Version="17.1.0" />
<PackageVersion Include="Microsoft.NET.Test.Sdk" Version="17.10.0" />
<PackageVersion Include="Microsoft.SourceLink.GitHub" Version="1.1.1" />
<PackageVersion Include="MSTest.TestAdapter" Version="2.2.9" />
<PackageVersion Include="MSTest.TestFramework" Version="2.2.9" />
<PackageVersion Include="MSTest.TestAdapter" Version="3.5.2" />
<PackageVersion Include="MSTest.TestFramework" Version="3.5.2" />
<PackageVersion Include="StyleCop.Analyzers" Version="1.2.0-beta.321" />
<PackageVersion Include="Azure.Identity" Version="1.12.0" />
<PackageVersion Include="Microsoft.Identity.Client" Version="4.63.0" />
</ItemGroup>
</Project>
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,11 @@
<ItemGroup>
<PackageReference Include="Microsoft.Data.SqlClient" />
<PackageReference Include="Microsoft.EntityFrameworkCore.SqlServer" />
<PackageReference Include="Microsoft.DotNet.ILCompiler" />
<!--<PackageReference Include="Microsoft.DotNet.ILCompiler" />-->

<!-- That's for security audit fix. -->
<PackageReference Include="Azure.Identity" />
<PackageReference Include="Microsoft.Identity.Client" />
</ItemGroup>

</Project>

0 comments on commit d2fb57c

Please sign in to comment.