Skip to content

Commit 41f7899

Browse files
committed
update packages
1 parent 8707912 commit 41f7899

File tree

5 files changed

+4
-56
lines changed

5 files changed

+4
-56
lines changed

sample/Tracker/Tracker.Core/Tracker.Core.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
<ItemGroup>
1010
<PackageReference Include="AutoMapper" Version="12.0.1" />
11-
<PackageReference Include="FluentValidation" Version="11.6.0" />
11+
<PackageReference Include="FluentValidation" Version="11.7.1" />
1212
<PackageReference Include="Microsoft.EntityFrameworkCore.SqlServer" Version="7.0.10" />
1313
</ItemGroup>
1414

src/Directory.Build.props

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@
3434
</PropertyGroup>
3535

3636
<ItemGroup>
37+
<PackageReference Include="AssemblyMetadata.Generators" Version="1.1.0" PrivateAssets="All" />
3738
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.1.1" PrivateAssets="All" />
3839
<PackageReference Include="MinVer" Version="4.3.0" PrivateAssets="All" />
3940
</ItemGroup>

src/EntityFrameworkCore.Generator.Core/AssemblyMetadata.cs

Lines changed: 0 additions & 50 deletions
This file was deleted.

src/EntityFrameworkCore.Generator.Core/EntityFrameworkCore.Generator.Core.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
<PackageReference Include="Microsoft.EntityFrameworkCore.SqlServer" Version="7.0.10" />
1515
<PackageReference Include="Npgsql.EntityFrameworkCore.PostgreSQL" Version="7.0.4" />
1616
<PackageReference Include="Oracle.EntityFrameworkCore" Version="7.21.11" />
17-
<PackageReference Include="YamlDotNet" Version="13.1.1" />
17+
<PackageReference Include="YamlDotNet" Version="13.2.0" />
1818
</ItemGroup>
1919

2020
</Project>

src/EntityFrameworkCore.Generator/Program.cs

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,5 @@
1-
using System;
2-
31
using McMaster.Extensions.CommandLineUtils;
42

5-
using Microsoft.CodeAnalysis;
63
using Microsoft.Extensions.DependencyInjection;
74
using Microsoft.Extensions.Logging;
85

@@ -68,5 +65,5 @@ public static int Main(string[] args)
6865
}
6966

7067

71-
private static string GetVersion() => AssemblyMetadata.InformationalVersion;
68+
private static string GetVersion() => ThisAssembly.InformationalVersion;
7269
}

0 commit comments

Comments
 (0)