Skip to content

Commit

Permalink
change requests
Browse files Browse the repository at this point in the history
  • Loading branch information
kllysng committed Jan 11, 2024
1 parent bcc6cc1 commit d2c1a5e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
4 changes: 2 additions & 2 deletions build/template-install-dotnet-core.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@
steps:

- task: UseDotNet@2
displayName: 'Use .Net Core SDK 7'
displayName: 'Use .Net Core SDK 8'
inputs:
version: 7.0.x
version: 8.0.x
1 change: 0 additions & 1 deletion test/Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
</PropertyGroup>

<PropertyGroup>
<TargetFrameworks>net8.0</TargetFrameworks>
<MicrosoftNetTestSdkVersion>17.3.2</MicrosoftNetTestSdkVersion>
<!-- GHSA-5crp-9r3c-p9vr -->
<NewtonsoftJsonVersion>13.0.1</NewtonsoftJsonVersion>
Expand Down

0 comments on commit d2c1a5e

Please sign in to comment.