Skip to content

Commit

Permalink
GA
Browse files Browse the repository at this point in the history
  • Loading branch information
Zoltan Csizmadia authored and zcsizmadia committed Nov 12, 2024
1 parent c75cd32 commit f52cafe
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 3 deletions.
1 change: 0 additions & 1 deletion .github/workflows/dotnet-codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@ jobs:
7.0.x
8.0.x
9.0.x
dotnet-quality: 'preview'
# Initializes the CodeQL tools for scanning.
- name: Initialize CodeQL
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ jobs:
7.0.x
8.0.x
9.0.x
dotnet-quality: 'preview'
- name: Install dependencies
run: dotnet restore
Expand Down
2 changes: 1 addition & 1 deletion Directory.Packages.props
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<!-- Run "dotnet list package (dash,dash)outdated" to see the latest versions of each package.-->
<ItemGroup Label="Dependencies">
<PackageVersion Include="System.ComponentModel.Annotations" Version="5.0.0" Condition="$(TargetFramework.StartsWith('netstandard'))" />
<PackageVersion Include="System.Text.Json" Version="9.0.0-rc.2.24473.5" Condition="$(TargetFramework.StartsWith('netstandard'))" />
<PackageVersion Include="System.Text.Json" Version="9.0.0" Condition="$(TargetFramework.StartsWith('netstandard'))" />
</ItemGroup>
<ItemGroup Label="Build Dependencies">
<PackageVersion Include="coverlet.collector" Version="6.0.2" />
Expand Down

0 comments on commit f52cafe

Please sign in to comment.