mirror of
https://github.com/rmcrackan/Libation.git
synced 2026-03-26 02:41:31 -04:00
- Update all project runtime targets - Update all dependencies - NOTE: Using Npgsql.EntityFrameworkCore.PostgreSQL RTM build from MyGet - Delete unused pubxml files (they were made redundant by recent workflow changes) - Replace Libation.sln with Libation.slnx
15 lines
379 B
XML
15 lines
379 B
XML
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
<PropertyGroup>
|
|
<TargetFramework>net10.0</TargetFramework>
|
|
<ImplicitUsings>enable</ImplicitUsings>
|
|
<Nullable>enable</Nullable>
|
|
</PropertyGroup>
|
|
|
|
<ItemGroup>
|
|
<PackageReference Include="MSTest.TestAdapter" Version="4.0.2" />
|
|
<PackageReference Include="MSTest.TestFramework" Version="4.0.2" />
|
|
</ItemGroup>
|
|
|
|
</Project>
|