Upgrading to Net6.0 (#1515)

This commit is contained in:
BDisp
2021-12-18 13:26:00 +00:00
committed by GitHub
parent 024ce57430
commit 1b3668ca70
11 changed files with 14 additions and 17 deletions

View File

@@ -1,15 +1,12 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net5.0</TargetFramework>
<TargetFramework>net6.0</TargetFramework>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="ReactiveUI.Fody" Version="14.2.1" />
<PackageReference Include="ReactiveUI" Version="14.2.1" />
<PackageReference
Include="ReactiveMarbles.ObservableEvents.SourceGenerator"
Version="1.1.4"
PrivateAssets="all" />
<PackageReference Include="ReactiveUI.Fody" Version="16.3.10" />
<PackageReference Include="ReactiveUI" Version="16.3.10" />
<PackageReference Include="ReactiveMarbles.ObservableEvents.SourceGenerator" Version="1.1.4" PrivateAssets="all" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\Terminal.Gui\Terminal.Gui.csproj" />