Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 2 additions & 7 deletions Arkane.Zeroconf/Arkane.Zeroconf.csproj
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFramework>netcoreapp7.0</TargetFramework>
<TargetFramework>net6.0</TargetFramework>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<Version>1.3.0</Version>
<Authors>Arkane Systems</Authors>
Expand All @@ -10,7 +10,7 @@
<Description>A Zero Configuration Networking library for .NET.

Please see project web site for more information.</Description>
<PackageLicenseUrl></PackageLicenseUrl>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<PackageProjectUrl>https://github.com/cerebrate/Arkane.Zeroconf</PackageProjectUrl>
<Copyright>MIT License</Copyright>
<PackageTags>zeroconf bonjour</PackageTags>
Expand All @@ -19,11 +19,6 @@ Please see project web site for more information.</Description>
<RootNamespace>ArkaneSystems.Arkane.Zeroconf</RootNamespace>
<SignAssembly>true</SignAssembly>
<AssemblyOriginatorKeyFile>zeroconf.snk</AssemblyOriginatorKeyFile>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
</PropertyGroup>

<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
<LangVersion>latest</LangVersion>
</PropertyGroup>

</Project>
9 changes: 0 additions & 9 deletions azclient/App.config

This file was deleted.

49 changes: 0 additions & 49 deletions azclient/Properties/AssemblyInfo.cs

This file was deleted.

17 changes: 8 additions & 9 deletions azclient/azclient.csproj
Original file line number Diff line number Diff line change
@@ -1,18 +1,17 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net7.0</TargetFramework>
<TargetFramework>net6.0</TargetFramework>
<OutputType>Exe</OutputType>
<RootNamespace>ArkaneSystems.Arkane.Zeroconf.Client</RootNamespace>
<GenerateAssemblyInfo>false</GenerateAssemblyInfo>
</PropertyGroup>
<PropertyGroup>
<AssemblyTitle>Arkane.Zeroconf.Client</AssemblyTitle>
<Company>Arkane Systems</Company>
<Description>Zero Configuration (Bonjour) library client</Description>
<Product>Arkane.Zeroconf</Product>
<Version>0.9.1</Version>
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="..\Arkane.ZeroConf\Arkane.ZeroConf.csproj" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="Microsoft.CSharp" Version="4.7.0" />
<PackageReference Include="System.Data.DataSetExtensions" Version="4.5.0" />
<PackageReference Include="Microsoft.DotNet.UpgradeAssistant.Extensions.Default.Analyzers" Version="0.4.421302">
<PrivateAssets>all</PrivateAssets>
</PackageReference>
</ItemGroup>
</Project>