File tree Expand file tree Collapse file tree 1 file changed +19
-2
lines changed
Expand file tree Collapse file tree 1 file changed +19
-2
lines changed Original file line number Diff line number Diff line change 11<Project Sdk =" Microsoft.NET.Sdk" >
22
33 <PropertyGroup >
4- <TargetFramework >net48 </TargetFramework >
4+ <TargetFramework >net9.0 </TargetFramework >
55 <GenerateAssemblyInfo >false</GenerateAssemblyInfo >
66 </PropertyGroup >
77
88 <ItemGroup >
9+ <PackageReference Include =" System.Data.SQLite.Core" Version =" 1.0.119" />
10+ <PackageReference Include =" Microsoft.Extensions.Configuration" Version =" 9.0.5" />
11+ <PackageReference Include =" Microsoft.Extensions.Configuration.Abstractions" Version =" 9.0.5" />
12+ <PackageReference Include =" Microsoft.Extensions.Configuration.Binder" Version =" 9.0.5" />
13+ <PackageReference Include =" Microsoft.Extensions.Configuration.Json" Version =" 9.0.5" />
14+ <PackageReference Include =" System.Configuration.ConfigurationManager" Version =" 9.0.6" />
15+ <PackageReference Include =" Microsoft.NET.Test.Sdk" Version =" 17.14.1" />
916 <PackageReference Include =" Npgsql" Version =" 4.1.4" />
10- <PackageReference Include =" NUnit" Version =" 3.12.0" />
17+ <PackageReference Include =" NUnit" Version =" 4.3.2" />
18+ <PackageReference Include =" NUnit.ConsoleRunner" Version =" 3.20.0" />
19+ <PackageReference Include =" NUnit3TestAdapter" Version =" 5.0.0" >
20+ <PrivateAssets >all</PrivateAssets >
21+ <IncludeAssets >runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets >
22+ </PackageReference >
1123 <PackageReference Include =" NUnit.Mocks" Version =" 2.6.4" />
1224 <PackageReference Include =" RhinoMocks" Version =" 3.6.1" />
1325 </ItemGroup >
2436 <ProjectReference Include =" ..\Migrator\DotNetProjects.Migrator.csproj" />
2537 </ItemGroup >
2638
39+ <ItemGroup >
40+ <None Update =" appsettings.json" CopyToOutputDirectory =" PreserveNewest" />
41+ <None Update =" appsettings.Development.json" CopyToOutputDirectory =" PreserveNewest" />
42+ </ItemGroup >
43+
2744</Project >
You can’t perform that action at this time.
0 commit comments