Skip to content

Commit

Permalink
Bump NuGet.Protocol and NuGet.Packaging in /ApiSurface (#81)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Aug 21, 2024
1 parent 7759913 commit e2d1de2
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/dotnet.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ jobs:
- name: Restore dependencies
run: dotnet restore ./ApiSurface/ApiSurface.fsproj
- name: Run analyzers
run: dotnet fsharp-analyzers --project ./ApiSurface/ApiSurface.fsproj --analyzers-path ./.analyzerpackages/g-research.fsharp.analyzers/0.1.5/ --verbose --report ./analysis.sarif --fail-on-warnings GRA-STRING-001 GRA-STRING-002 GRA-STRING-003 GRA-UNIONCASE-001
run: dotnet fsharp-analyzers --project ./ApiSurface/ApiSurface.fsproj --analyzers-path ./.analyzerpackages/g-research.fsharp.analyzers/*/ --verbose --report ./analysis.sarif --fail-on-warnings GRA-STRING-001 GRA-STRING-002 GRA-STRING-003 GRA-UNIONCASE-001
- name: Upload SARIF file
uses: github/codeql-action/upload-sarif@v3
with:
Expand Down
4 changes: 2 additions & 2 deletions ApiSurface/ApiSurface.fsproj
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,8 @@
are using nonvulnerable dependencies if they care.
System.Text.Json is highly backward-compatible. -->
<PackageReference Include="System.Text.Json" Version="7.0.3" NoWarn="%(NoWarn);NU1903" />
<PackageReference Include="NuGet.Packaging" Version="6.10.1" />
<PackageReference Include="NuGet.Protocol" Version="6.10.1" />
<PackageReference Include="NuGet.Packaging" Version="6.11.0" />
<PackageReference Include="NuGet.Protocol" Version="6.11.0" />
<PackageReference Include="System.IO.Abstractions" Version="4.2.13" />
</ItemGroup>
</Project>
2 changes: 1 addition & 1 deletion global.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"sdk": {
"version": "8.0.400",
"version": "8.0.401",
"rollForward": "latestMajor"
}
}

0 comments on commit e2d1de2

Please sign in to comment.