Skip to content

Commit

Permalink
Add .NET 6 target
Browse files Browse the repository at this point in the history
  • Loading branch information
clairernovotny committed Feb 4, 2022
1 parent 9020b89 commit 690322b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 9 deletions.
6 changes: 3 additions & 3 deletions Zeroconf/Zeroconf.csproj
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
<Project Sdk="MSBuild.Sdk.Extras">
<PropertyGroup>
<TargetFrameworks>netstandard2.0;net48;xamarinios10</TargetFrameworks>
<TargetFrameworks>net6.0;netstandard2.0;net48;xamarinios10</TargetFrameworks>
<Authors>Claire Novotny</Authors>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<PackageProjectUrl>https://github.com/novotnyllc/Zeroconf</PackageProjectUrl>
<Description>Bonjour support for .NET Standard 2.0, .NET Core, .NET Framework, Xamarin, and UWP</Description>
<Copyright>© Claire Novotny 2016-2021</Copyright>
<Description>Bonjour support for .NET 6, .NET Standard 2.0, .NET Framework, Xamarin, and UWP</Description>
<Copyright>© Claire Novotny 2016-2022</Copyright>
<PackageTags>zeroconf;bonjour;mdns;service;discovery;xamarin;netstandard;universal</PackageTags>
<Product>Zeroconf</Product>
<GenerateDocumentationFile Condition=" '$(Configuration)' == 'Release' ">true</GenerateDocumentationFile>
Expand Down
8 changes: 2 additions & 6 deletions ZeroconfTest.NetFx/ZeroconfTest.NetCore.csproj
Original file line number Diff line number Diff line change
@@ -1,17 +1,13 @@
<Project Sdk="Microsoft.NET.Sdk.WindowsDesktop">
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFramework>netcoreapp3.1</TargetFramework>
<TargetFramework>net6.0-windows</TargetFramework>
<OutputType>WinExe</OutputType>
<UseWpf>true</UseWpf>
</PropertyGroup>

<ItemGroup>
<ProjectReference Include="..\Zeroconf\Zeroconf.csproj" />
</ItemGroup>

<ItemGroup>
<Folder Include="Properties\" />
</ItemGroup>

</Project>

0 comments on commit 690322b

Please sign in to comment.