diff --git a/.github/workflows/Build_main_and_publish_to_nuget.yml b/.github/workflows/Build_main_and_publish_to_nuget.yml index 75573a4..3e91909 100644 --- a/.github/workflows/Build_main_and_publish_to_nuget.yml +++ b/.github/workflows/Build_main_and_publish_to_nuget.yml @@ -26,9 +26,9 @@ jobs: name: ubuntu-latest runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: 'Cache: .nuke/temp, ~/.nuget/packages' - uses: actions/cache@v3 + uses: actions/cache@v4 with: path: | .nuke/temp @@ -40,7 +40,7 @@ jobs: NuGetApiKey: ${{ secrets.NUGET_API_KEY }} GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - name: 'Publish: artifacts' - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: artifacts path: artifacts diff --git a/.github/workflows/Continuous_build.yml b/.github/workflows/Continuous_build.yml index 6e9ec9b..4fe029e 100644 --- a/.github/workflows/Continuous_build.yml +++ b/.github/workflows/Continuous_build.yml @@ -26,9 +26,9 @@ jobs: name: ubuntu-latest runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: 'Cache: .nuke/temp, ~/.nuget/packages' - uses: actions/cache@v3 + uses: actions/cache@v4 with: path: | .nuke/temp @@ -39,7 +39,7 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - name: 'Publish: artifacts' - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: artifacts path: artifacts diff --git a/.github/workflows/Manual_publish_to_Github_Nuget.yml b/.github/workflows/Manual_publish_to_Github_Nuget.yml index 72c941a..7ce7eca 100644 --- a/.github/workflows/Manual_publish_to_Github_Nuget.yml +++ b/.github/workflows/Manual_publish_to_Github_Nuget.yml @@ -23,9 +23,9 @@ jobs: name: ubuntu-latest runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: 'Cache: .nuke/temp, ~/.nuget/packages' - uses: actions/cache@v3 + uses: actions/cache@v4 with: path: | .nuke/temp @@ -36,7 +36,7 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - name: 'Publish: artifacts' - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: artifacts path: artifacts diff --git a/build/_build.csproj b/build/_build.csproj index 79a94a6..0546a42 100644 --- a/build/_build.csproj +++ b/build/_build.csproj @@ -11,7 +11,7 @@ - + diff --git a/src/DotnetDispatcher.Generator/DotnetDispatcher.Generator.csproj b/src/DotnetDispatcher.Generator/DotnetDispatcher.Generator.csproj index 4f4a4b5..ea92fc4 100644 --- a/src/DotnetDispatcher.Generator/DotnetDispatcher.Generator.csproj +++ b/src/DotnetDispatcher.Generator/DotnetDispatcher.Generator.csproj @@ -18,8 +18,8 @@ MIT - - + + all runtime; build; native; contentfiles; analyzers diff --git a/src/DotnetDispatcher/DotnetDispatcher.csproj b/src/DotnetDispatcher/DotnetDispatcher.csproj index 9f447bf..c603da4 100644 --- a/src/DotnetDispatcher/DotnetDispatcher.csproj +++ b/src/DotnetDispatcher/DotnetDispatcher.csproj @@ -23,8 +23,8 @@ - - + + diff --git a/test/DotnetDispatcher.Tests/DotnetDispatcher.Tests.csproj b/test/DotnetDispatcher.Tests/DotnetDispatcher.Tests.csproj index 3a87bc5..0e1d1bb 100644 --- a/test/DotnetDispatcher.Tests/DotnetDispatcher.Tests.csproj +++ b/test/DotnetDispatcher.Tests/DotnetDispatcher.Tests.csproj @@ -13,11 +13,11 @@ - - + + - - + + runtime; build; native; contentfiles; analyzers; buildtransitive all