diff --git a/ci/asp.net-core.yml b/ci/asp.net-core.yml index f00ade0..355e741 100644 --- a/ci/asp.net-core.yml +++ b/ci/asp.net-core.yml @@ -14,7 +14,7 @@ jobs: - name: Setup .NET Core uses: actions/setup-dotnet@master with: - version: 2.2.6 + version: 2.2.108 - name: Build with dotnet run: dotnet build --configuration Release