File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 14
14
<ItemGroup >
15
15
<ProjectReference Include =" ..\dbup-redshift\dbup-redshift.csproj" />
16
16
<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 " />
18
18
<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 " >
20
20
<PrivateAssets >all</PrivateAssets >
21
21
<IncludeAssets >runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets >
22
22
</PackageReference >
Original file line number Diff line number Diff line change 3
3
<PropertyGroup >
4
4
<Description >DbUp makes it easy to deploy and upgrade SQL Server databases. This package adds Amazon Redshift support.</Description >
5
5
<Title >DbUp Redshift Support</Title >
6
- <TargetFramework >netstandard2 .0</TargetFramework >
6
+ <TargetFramework >net8 .0</TargetFramework >
7
7
<AssemblyName >dbup-redshift</AssemblyName >
8
8
<RootNamespace >DbUp.Redshift</RootNamespace >
9
9
<AssemblyOriginatorKeyFile >../dbup.snk</AssemblyOriginatorKeyFile >
22
22
23
23
<ItemGroup >
24
24
<PackageReference Include =" dbup-core" Version =" 6.0.3" />
25
- <PackageReference Include =" Npgsql" Version =" 8 .0.5 " />
25
+ <PackageReference Include =" Npgsql" Version =" 9 .0.2 " />
26
26
</ItemGroup >
27
27
28
28
<ItemGroup >
You can’t perform that action at this time.
0 commit comments