File tree Expand file tree Collapse file tree 5 files changed +4
-56
lines changed
sample/Tracker/Tracker.Core
EntityFrameworkCore.Generator.Core
EntityFrameworkCore.Generator Expand file tree Collapse file tree 5 files changed +4
-56
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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 >
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff line change 1- using System ;
2-
31using McMaster . Extensions . CommandLineUtils ;
42
5- using Microsoft . CodeAnalysis ;
63using Microsoft . Extensions . DependencyInjection ;
74using 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}
You can’t perform that action at this time.
0 commit comments