diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 60aed51..ff2201f 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -29,10 +29,10 @@ stages: - task: NuGetToolInstaller@1 - task: UseDotNet@2 - displayName: 'Use .NET Core sdk 3.1' + displayName: 'Use .NET Core sdk 3.1.2' inputs: packageType: sdk - version: 3.1.101 + version: 3.1.201 - task: DotNetCoreCLI@2 displayName: Build diff --git a/src/Directory.Build.props b/src/Directory.Build.props index 2f97e19..cc136e1 100644 --- a/src/Directory.Build.props +++ b/src/Directory.Build.props @@ -8,7 +8,7 @@ Copyright (c) 2009-2020 Philipp Sumi hardcodet.net Philipp Sumi - http://www.hardcodet.net/wp-content/themes/inove/favicon.ico + icon.png https://github.com/hardcodet/wpf-notifyicon git hhttp://www.hardcodet.net/projects/wpf-notifyicon @@ -49,11 +49,12 @@ Source code and extensive sample application available at http://www.hardcodet.n - + all runtime; build; native; contentfiles; analyzers + diff --git a/src/global.json b/src/global.json index d767fa2..7bf4830 100644 --- a/src/global.json +++ b/src/global.json @@ -1,5 +1,6 @@ { - "msbuild-sdks": { - "MSBuild.Sdk.Extras": "1.6.65" - } + "sdk": { + "version": "3.1.200", + "rollForward": "latestPatch" + } } \ No newline at end of file diff --git a/src/icon.png b/src/icon.png new file mode 100644 index 0000000..3850494 Binary files /dev/null and b/src/icon.png differ