Skip to content

Commit

Permalink
Merge pull request #416 from christianhelle/renovate/microsoft.codean…
Browse files Browse the repository at this point in the history
…alysis.csharp-4.x

Update dependency Microsoft.CodeAnalysis.CSharp to v4.10.0
  • Loading branch information
christianhelle authored Jul 15, 2024
2 parents 6a2778c + 0808cd2 commit 6e62417
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 6 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,12 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: 🛒 Checkout repository
uses: actions/checkout@v4
uses: actions/checkout@v4
- name: 🛠️ Prepare
continue-on-error: true
run: |
rm -rf src/Refitter.SourceGenerator.Tests/AdditionalFiles/Generated
dotnet build src/Refitter.SourceGenerator.Tests/Refitter.SourceGenerator.Tests.csproj
- name: 🛠️ Build
run: dotnet build -c Release src/Refitter.sln -p:UseSourceLink=true -p:PackageVersion="${{ env.VERSION }}" -p:Version="${{ env.VERSION }}"
- name: 🧪 Test
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Microsoft.CodeAnalysis.CSharp" Version="4.8.0" PrivateAssets="all" />
<PackageReference Include="Microsoft.CodeAnalysis.CSharp" Version="4.10.0" PrivateAssets="all" />
<PackageReference Include="H.Generators.Extensions" Version="1.22.0" PrivateAssets="all" />
<PackageReference Include="NSwag.CodeGeneration.CSharp" Version="14.0.8" PrivateAssets="all" />
<PackageReference Include="NSwag.Core.Yaml" Version="14.0.8" PrivateAssets="all" />
Expand Down

0 comments on commit 6e62417

Please sign in to comment.