Skip to content

Commit

Permalink
Merge pull request #10 from DbUp/release/6.0.0
Browse files Browse the repository at this point in the history
Breaking Change: Update to net8.0 and Npgsql 9.0.2
  • Loading branch information
droyad authored Dec 24, 2024
2 parents d61f955 + 927d037 commit a6ff75d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions src/Tests/Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@
<ItemGroup>
<ProjectReference Include="..\dbup-redshift\dbup-redshift.csproj" />
<PackageReference Include="DbUp.Tests.Common" Version="6.0.0-beta.146" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.11.1" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.12.0" />
<PackageReference Include="xunit" Version="2.9.2" />
<PackageReference Include="xunit.runner.visualstudio" Version="2.8.2">
<PackageReference Include="xunit.runner.visualstudio" Version="3.0.0">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
Expand Down
4 changes: 2 additions & 2 deletions src/dbup-redshift/dbup-redshift.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<PropertyGroup>
<Description>DbUp makes it easy to deploy and upgrade SQL Server databases. This package adds Amazon Redshift support.</Description>
<Title>DbUp Redshift Support</Title>
<TargetFramework>netstandard2.0</TargetFramework>
<TargetFramework>net8.0</TargetFramework>
<AssemblyName>dbup-redshift</AssemblyName>
<RootNamespace>DbUp.Redshift</RootNamespace>
<AssemblyOriginatorKeyFile>../dbup.snk</AssemblyOriginatorKeyFile>
Expand All @@ -22,7 +22,7 @@

<ItemGroup>
<PackageReference Include="dbup-core" Version="6.0.3" />
<PackageReference Include="Npgsql" Version="8.0.5" />
<PackageReference Include="Npgsql" Version="9.0.2" />
</ItemGroup>

<ItemGroup>
Expand Down

0 comments on commit a6ff75d

Please sign in to comment.