mirror of
https://github.com/rmcrackan/Libation.git
synced 2026-02-02 18:21:28 -05:00
- Remove package references that are already included transitively - Change Avalonia.ReactiveUI to ReactiveUI.Avalonia
15 lines
378 B
XML
15 lines
378 B
XML
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
<PropertyGroup>
|
|
<TargetFramework>net9.0</TargetFramework>
|
|
<ImplicitUsings>enable</ImplicitUsings>
|
|
<Nullable>enable</Nullable>
|
|
</PropertyGroup>
|
|
|
|
<ItemGroup>
|
|
<PackageReference Include="MSTest.TestAdapter" Version="4.0.1" />
|
|
<PackageReference Include="MSTest.TestFramework" Version="4.0.1" />
|
|
</ItemGroup>
|
|
|
|
</Project>
|