From a3c8e946c4b6ff270b2623c667bf4e2a5f723bb0 Mon Sep 17 00:00:00 2001 From: Takoooooo Date: Tue, 3 May 2022 16:16:54 +0300 Subject: [PATCH 1/3] bump package version --- Avalonia.Templates.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Avalonia.Templates.csproj b/Avalonia.Templates.csproj index e64f788c..4da2b388 100644 --- a/Avalonia.Templates.csproj +++ b/Avalonia.Templates.csproj @@ -2,7 +2,7 @@ Template - 0.10.13 + 0.10.13.1 Avalonia.Templates Avalonia Templates Templates for creating Avalonia applications and libraries. From 7a694cf5f58222452088920b4b04439c54d7b84b Mon Sep 17 00:00:00 2001 From: Takoooooo Date: Tue, 3 May 2022 17:07:23 +0300 Subject: [PATCH 2/3] try bumping sdk --- templates/csharp/xplat/global.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/csharp/xplat/global.json b/templates/csharp/xplat/global.json index 30265268..8ad6e154 100644 --- a/templates/csharp/xplat/global.json +++ b/templates/csharp/xplat/global.json @@ -1,6 +1,6 @@ { "sdk": { - "version": "6.0.200", + "version": "6.0.202", "rollForward": "latestFeature" }, "msbuild-sdks": { From e585613e1dee6d47aa555fa900785aa33da3fd05 Mon Sep 17 00:00:00 2001 From: Takoooooo Date: Tue, 3 May 2022 17:22:17 +0300 Subject: [PATCH 3/3] wip --- azure-pipelines.yml | 4 ++-- templates/csharp/xplat/global.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 4ad11d86..d12afb6c 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -2,10 +2,10 @@ pool: vmImage: 'macos-latest' steps: - task: UseDotNet@2 - displayName: 'Use .NET 6.0.x SDK' + displayName: 'Use .NET 6.0.200 SDK' inputs: packageType: 'sdk' - version: 6.0.x + version: 6.0.200 - task: DotNetCoreCLI@2 displayName: 'Pack Templates' inputs: diff --git a/templates/csharp/xplat/global.json b/templates/csharp/xplat/global.json index 8ad6e154..30265268 100644 --- a/templates/csharp/xplat/global.json +++ b/templates/csharp/xplat/global.json @@ -1,6 +1,6 @@ { "sdk": { - "version": "6.0.202", + "version": "6.0.200", "rollForward": "latestFeature" }, "msbuild-sdks": {