File tree Expand file tree Collapse file tree 4 files changed +10
-74
lines changed Expand file tree Collapse file tree 4 files changed +10
-74
lines changed Original file line number Diff line number Diff line change 1
1
<Project Sdk =" Microsoft.NET.Sdk" >
2
2
3
3
<PropertyGroup >
4
- <TargetFramework >netcoreapp7 .0</TargetFramework >
4
+ <TargetFramework >net6 .0</TargetFramework >
5
5
<GeneratePackageOnBuild >true</GeneratePackageOnBuild >
6
6
<Version >1.3.0</Version >
7
7
<Authors >Arkane Systems</Authors >
10
10
<Description >A Zero Configuration Networking library for .NET.
11
11
12
12
Please see project web site for more information.</Description >
13
- <PackageLicenseUrl ></ PackageLicenseUrl >
13
+ <PackageLicenseExpression >MIT</ PackageLicenseExpression >
14
14
<PackageProjectUrl >https://github.com/cerebrate/Arkane.Zeroconf</PackageProjectUrl >
15
15
<Copyright >MIT License</Copyright >
16
16
<PackageTags >zeroconf bonjour</PackageTags >
@@ -19,11 +19,6 @@ Please see project web site for more information.</Description>
19
19
<RootNamespace >ArkaneSystems.Arkane.Zeroconf</RootNamespace >
20
20
<SignAssembly >true</SignAssembly >
21
21
<AssemblyOriginatorKeyFile >zeroconf.snk</AssemblyOriginatorKeyFile >
22
- <PackageLicenseExpression >MIT</PackageLicenseExpression >
23
- </PropertyGroup >
24
-
25
- <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|AnyCPU'" >
26
- <LangVersion >latest</LangVersion >
27
22
</PropertyGroup >
28
23
29
24
</Project >
Load Diff This file was deleted.
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1
1
<Project Sdk =" Microsoft.NET.Sdk" >
2
2
<PropertyGroup >
3
- <TargetFramework >net7 .0</TargetFramework >
3
+ <TargetFramework >net6 .0</TargetFramework >
4
4
<OutputType >Exe</OutputType >
5
5
<RootNamespace >ArkaneSystems.Arkane.Zeroconf.Client</RootNamespace >
6
- <GenerateAssemblyInfo >false</GenerateAssemblyInfo >
6
+ </PropertyGroup >
7
+ <PropertyGroup >
8
+ <AssemblyTitle >Arkane.Zeroconf.Client</AssemblyTitle >
9
+ <Company >Arkane Systems</Company >
10
+ <Description >Zero Configuration (Bonjour) library client</Description >
11
+ <Product >Arkane.Zeroconf</Product >
12
+ <Version >0.9.1</Version >
7
13
</PropertyGroup >
8
14
<ItemGroup >
9
15
<ProjectReference Include =" ..\Arkane.ZeroConf\Arkane.ZeroConf.csproj" />
10
16
</ItemGroup >
11
- <ItemGroup >
12
- <PackageReference Include =" Microsoft.CSharp" Version =" 4.7.0" />
13
- <PackageReference Include =" System.Data.DataSetExtensions" Version =" 4.5.0" />
14
- <PackageReference Include =" Microsoft.DotNet.UpgradeAssistant.Extensions.Default.Analyzers" Version =" 0.4.421302" >
15
- <PrivateAssets >all</PrivateAssets >
16
- </PackageReference >
17
- </ItemGroup >
18
17
</Project >
You can’t perform that action at this time.
0 commit comments