File tree Expand file tree Collapse file tree
src/PhenX.EntityFrameworkCore.BulkInsert.MySql Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -47,10 +47,10 @@ jobs:
4747 run : dotnet test PhenX.EntityFrameworkCore.BulkInsert.slnx --configuration Release --verbosity normal --framework net9.0
4848
4949 - name : Test net10.0
50- run : dotnet test PhenX.EntityFrameworkCore.BulkInsert.Net10. slnx --configuration Release --verbosity normal --framework net10.0
50+ run : dotnet test PhenX.EntityFrameworkCore.BulkInsert.slnx --configuration Release --verbosity normal --framework net10.0
5151
5252 - name : Pack nuget packages
53- run : dotnet pack PhenX.EntityFrameworkCore.BulkInsert.Net10. slnx --configuration Release --no-build --output nupkgs /p:PackageVersion=$VERSION
53+ run : dotnet pack PhenX.EntityFrameworkCore.BulkInsert.slnx --configuration Release --no-build --output nupkgs /p:PackageVersion=$VERSION
5454
5555 - name : Upload nuget package
5656 if : github.ref_type == 'tag' && startsWith(github.ref, 'refs/tags/v')
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 11<Project Sdk =" Microsoft.NET.Sdk" >
22
3- <PropertyGroup >
4- <TargetFrameworks >net8.0;net9.0</TargetFrameworks > <!-- net10.0 not supported by Pomelo.EntityFrameworkCore.MySql yet -->
5- </PropertyGroup >
6-
73 <ItemGroup >
84 <ProjectReference Include =" ..\PhenX.EntityFrameworkCore.BulkInsert\PhenX.EntityFrameworkCore.BulkInsert.csproj" />
95 </ItemGroup >
128 <PackageReference Include =" NetTopologySuite" Version =" 2.6.0" />
139 <PackageReference Include =" Pomelo.EntityFrameworkCore.MySql" Condition =" '$(TargetFramework)' == 'net8.0'" Version =" 8.0.*" />
1410 <PackageReference Include =" Pomelo.EntityFrameworkCore.MySql" Condition =" '$(TargetFramework)' == 'net9.0'" Version =" 9.0.*" />
15- <PackageReference Include =" Pomelo .EntityFrameworkCore.MySql" Condition =" '$(TargetFramework)' == 'net10.0' And '$(MysqlSupported)' == 'true '" Version =" 10.0.*" />
11+ <PackageReference Include =" Microting .EntityFrameworkCore.MySql" Condition =" '$(TargetFramework)' == 'net10.0'" Version =" 10.0.*" />
1612 </ItemGroup >
1713
1814</Project >
You can’t perform that action at this time.
0 commit comments