[Feature] Update to .NET 6 (#157), version 1.0.27.1

This commit is contained in:
Markus Hofknecht 2021-11-16 19:47:49 +01:00
parent 1f84df7300
commit e45c97b4f8
4 changed files with 9 additions and 8 deletions

View file

@ -10,7 +10,7 @@
<Identity
Name="49543SystemTrayMenu.SystemTrayMenu"
Publisher="CN=5884501C-92ED-45DE-9508-9D987C314243"
Version="1.0.26.0" />
Version="1.0.27.0" />
<Properties>
<DisplayName>SystemTrayMenu</DisplayName>

View file

@ -39,5 +39,5 @@ using System.Runtime.InteropServices;
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("1.0.26.2")]
[assembly: AssemblyFileVersion("1.0.26.2")]
[assembly: AssemblyVersion("1.0.27.1")]
[assembly: AssemblyFileVersion("1.0.27.1")]

View file

@ -1,6 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.WindowsDesktop">
<PropertyGroup>
<TargetFramework>netcoreapp3.1</TargetFramework>
<TargetFramework>net6.0-windows10.0.22000.0</TargetFramework>
<RuntimeIdentifiers>win-x64</RuntimeIdentifiers>
<UseWindowsForms>true</UseWindowsForms>
<Platform Condition=" '$(Platform)' == '' ">x64</Platform>
@ -286,7 +286,6 @@
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
<PackageReference Include="Microsoft.Windows.SDK.Contracts" Version="10.0.22000.196" />
<PackageReference Include="StyleCop.Analyzers" Version="1.1.118">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>

View file

@ -7,7 +7,8 @@ trigger:
- master
pool:
vmImage: 'Windows-2019'
vmImage: 'Windows-latest'
# vmImage: 'Windows-2019'
variables:
solution: '**/*.sln'
@ -18,10 +19,11 @@ steps:
- task: NuGetToolInstaller@1
- task: UseDotNet@2
displayName: 'Use .NET Core sdk 3.1.2'
displayName: 'Use .NET Core sdk'
inputs:
packageType: sdk
version: 3.1.102
version: 6.0.x
# version: 3.1.102
#- task: NuGetCommand@2
# displayName: NuGet restore