diff --git a/.github/workflows/aspnetcore.yml b/.github/workflows/aspnetcore.yml index c7f2cce..5ac7631 100644 --- a/.github/workflows/aspnetcore.yml +++ b/.github/workflows/aspnetcore.yml @@ -8,11 +8,11 @@ jobs: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v1 + - uses: actions/checkout@v4 - name: Setup .NET Core - uses: actions/setup-dotnet@v1 + uses: actions/setup-dotnet@v4 with: - dotnet-version: '6.0.x' + dotnet-version: '9.0.x' - name: Install dependencies run: dotnet restore - name: Build diff --git a/DIDemo/DIDemo.csproj b/DIDemo/DIDemo.csproj index 4158507..75f73cc 100644 --- a/DIDemo/DIDemo.csproj +++ b/DIDemo/DIDemo.csproj @@ -10,7 +10,7 @@ all runtime; build; native; contentfiles; analyzers; buildtransitive - +