File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1414 <ItemGroup >
1515 <ProjectReference Include =" ..\dbup-redshift\dbup-redshift.csproj" />
1616 <PackageReference Include =" DbUp.Tests.Common" Version =" 6.0.0-beta.146" />
17- <PackageReference Include =" Microsoft.NET.Test.Sdk" Version =" 17.11.1 " />
17+ <PackageReference Include =" Microsoft.NET.Test.Sdk" Version =" 17.12.0 " />
1818 <PackageReference Include =" xunit" Version =" 2.9.2" />
19- <PackageReference Include =" xunit.runner.visualstudio" Version =" 2.8.2 " >
19+ <PackageReference Include =" xunit.runner.visualstudio" Version =" 3.0.0 " >
2020 <PrivateAssets >all</PrivateAssets >
2121 <IncludeAssets >runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets >
2222 </PackageReference >
Original file line number Diff line number Diff line change 33 <PropertyGroup >
44 <Description >DbUp makes it easy to deploy and upgrade SQL Server databases. This package adds Amazon Redshift support.</Description >
55 <Title >DbUp Redshift Support</Title >
6- <TargetFramework >netstandard2 .0</TargetFramework >
6+ <TargetFramework >net8 .0</TargetFramework >
77 <AssemblyName >dbup-redshift</AssemblyName >
88 <RootNamespace >DbUp.Redshift</RootNamespace >
99 <AssemblyOriginatorKeyFile >../dbup.snk</AssemblyOriginatorKeyFile >
2222
2323 <ItemGroup >
2424 <PackageReference Include =" dbup-core" Version =" 6.0.3" />
25- <PackageReference Include =" Npgsql" Version =" 8 .0.5 " />
25+ <PackageReference Include =" Npgsql" Version =" 9 .0.2 " />
2626 </ItemGroup >
2727
2828 <ItemGroup >
You can’t perform that action at this time.
0 commit comments