From 94f6eb239a1b2798438f7fcbf0f5ac5fb319e340 Mon Sep 17 00:00:00 2001 From: "Artyom V. Gorchakov" Date: Tue, 15 Jun 2021 12:30:43 +0300 Subject: [PATCH] housekeeping: Use .NET 5.0.301 (#58) * housekeeping: Use .NET 5.0.301 * build(deps): Bump Microsoft.CodeAnalysis.CSharp in /src Bumps [Microsoft.CodeAnalysis.CSharp](https://github.com/dotnet/roslyn) from 3.9.0 to 3.10.0. - [Release notes](https://github.com/dotnet/roslyn/releases) - [Changelog](https://github.com/dotnet/roslyn/blob/main/docs/Breaking%20API%20Changes.md) - [Commits](https://github.com/dotnet/roslyn/compare/v3.9.0...v3.10.0) --- updated-dependencies: - dependency-name: Microsoft.CodeAnalysis.CSharp dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] * Resolve conflicts Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/ci-build.yml | 2 +- .../Avalonia.NameGenerator.Tests.csproj | 4 ++-- src/Avalonia.NameGenerator/Avalonia.NameGenerator.csproj | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci-build.yml b/.github/workflows/ci-build.yml index d6cc311d01..2a3a7f87f6 100644 --- a/.github/workflows/ci-build.yml +++ b/.github/workflows/ci-build.yml @@ -26,7 +26,7 @@ jobs: - name: Install .NET Core uses: actions/setup-dotnet@v1 with: - dotnet-version: 5.0.200 + dotnet-version: 5.0.301 - name: NBGV id: nbgv diff --git a/src/Avalonia.NameGenerator.Tests/Avalonia.NameGenerator.Tests.csproj b/src/Avalonia.NameGenerator.Tests/Avalonia.NameGenerator.Tests.csproj index b14841f7d5..49b747364c 100644 --- a/src/Avalonia.NameGenerator.Tests/Avalonia.NameGenerator.Tests.csproj +++ b/src/Avalonia.NameGenerator.Tests/Avalonia.NameGenerator.Tests.csproj @@ -7,8 +7,8 @@ true - - + + diff --git a/src/Avalonia.NameGenerator/Avalonia.NameGenerator.csproj b/src/Avalonia.NameGenerator/Avalonia.NameGenerator.csproj index 2080d02217..39231ab9f1 100644 --- a/src/Avalonia.NameGenerator/Avalonia.NameGenerator.csproj +++ b/src/Avalonia.NameGenerator/Avalonia.NameGenerator.csproj @@ -8,7 +8,7 @@ true - +