diff --git a/.github/workflows/dotnet-core.yml b/.github/workflows/dotnet-core.yml index ecc4c63..4bd9da6 100644 --- a/.github/workflows/dotnet-core.yml +++ b/.github/workflows/dotnet-core.yml @@ -13,7 +13,7 @@ jobs: - name: Setup .NET Core uses: actions/setup-dotnet@v1 with: - dotnet-version: 5.0.103 + dotnet-version: 5.0.201 - name: Install dependencies run: dotnet restore - name: Build diff --git a/Messages.Api/Messages.Api.csproj b/Messages.Api/Messages.Api.csproj index 2673908..4f47331 100644 --- a/Messages.Api/Messages.Api.csproj +++ b/Messages.Api/Messages.Api.csproj @@ -11,13 +11,13 @@ - - + + runtime; build; native; contentfiles; analyzers; buildtransitive all - - + + diff --git a/Messages.Tests/Messages.Tests.csproj b/Messages.Tests/Messages.Tests.csproj index df04974..b751051 100644 --- a/Messages.Tests/Messages.Tests.csproj +++ b/Messages.Tests/Messages.Tests.csproj @@ -10,10 +10,10 @@ runtime; build; native; contentfiles; analyzers; buildtransitive - - - - + + + + diff --git a/global.json b/global.json index 8c50959..a77c316 100644 --- a/global.json +++ b/global.json @@ -1,5 +1,5 @@ { "sdk": { - "version": "5.0.103" + "version": "5.0.201" } } \ No newline at end of file