Skip to content

Commit

Permalink
Update dependencies.
Browse files Browse the repository at this point in the history
  • Loading branch information
lauxjpn committed Feb 13, 2022
1 parent 957d151 commit a380a06
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions Dependencies.targets
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<Project>
<PropertyGroup Label="Common Versions">
<DotnetRuntimeVersion>6.0.1</DotnetRuntimeVersion>
<DotnetRuntimeVersion>6.0.2</DotnetRuntimeVersion>
<EFCoreVersion>[$(DotnetRuntimeVersion), 7.0.0)</EFCoreVersion>
<DependencyPreviewVersion>$(DotnetRuntimeVersion)</DependencyPreviewVersion>
<AspNetCoreVersion>$(DotnetRuntimeVersion)</AspNetCoreVersion>
Expand All @@ -12,21 +12,21 @@
<PackageReference Update="Microsoft.EntityFrameworkCore.Relational" Version="$(EFCoreVersion)" />
<PackageReference Update="Microsoft.EntityFrameworkCore" Version="$(EFCoreVersion)" />

<PackageReference Update="MySqlConnector" Version="2.1.2" />
<PackageReference Update="MySqlConnector" Version="2.1.6" />

<PackageReference Update="NetTopologySuite" Version="2.3.0" />
<PackageReference Update="System.Text.Json" Version="6.0.1" />
<PackageReference Update="System.Text.Json" Version="6.0.2" />
<PackageReference Update="Newtonsoft.Json" Version="13.0.1" />

<PackageReference Update="Castle.Core" Version="4.4.1" />
<PackageReference Update="Microsoft.AspNetCore.Identity.EntityFrameworkCore" Version="$(AspNetCoreVersion)" />
<PackageReference Update="Microsoft.AspNetCore.Mvc.NewtonsoftJson" Version="$(AspNetCoreVersion)" />
<PackageReference Update="Microsoft.Bcl.AsyncInterfaces" Version="6.0.0" />
<PackageReference Update="Microsoft.Bcl.HashCode" Version="1.1.1" />
<PackageReference Update="Microsoft.CodeAnalysis.CSharp" Version="3.10.0" />
<PackageReference Update="Microsoft.CodeAnalysis.CSharp" Version="4.0.1" />
<PackageReference Update="Microsoft.Extensions.Caching.Memory" Version="6.0.0" />
<PackageReference Update="Microsoft.Extensions.Configuration.Binder" Version="6.0.0" />
<PackageReference Update="Microsoft.Extensions.Configuration.EnvironmentVariables" Version="6.0.0" />
<PackageReference Update="Microsoft.Extensions.Configuration.EnvironmentVariables" Version="6.0.1" />
<PackageReference Update="Microsoft.Extensions.Configuration.FileExtensions" Version="6.0.0" />
<PackageReference Update="Microsoft.Extensions.Configuration.Json" Version="6.0.0" />
<PackageReference Update="Microsoft.Extensions.Configuration" Version="6.0.0" />
Expand Down

0 comments on commit a380a06

Please sign in to comment.