Skip to content

Commit

Permalink
dotnet upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
bartelink committed Dec 31, 2024
1 parent ad64abe commit 6c76c84
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,9 @@ jobs:
pool:
vmImage: 'ubuntu-latest'
steps:
- task: UseDotNet@2
inputs:
useGlobalJson: true
- script: dotnet test build.proj
displayName: dotnet test
- task: PublishTestResults@2
Expand All @@ -37,6 +40,9 @@ jobs:
pool:
vmImage: 'macOS-latest'
steps:
- task: UseDotNet@2
inputs:
useGlobalJson: true
- script: dotnet test build.proj
displayName: dotnet test
- task: PublishTestResults@2
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFramework>net8.0</TargetFramework>
<TargetFramework>net9.0</TargetFramework>
<DisableImplicitFSharpCoreReference>false</DisableImplicitFSharpCoreReference>
</PropertyGroup>

Expand Down
2 changes: 1 addition & 1 deletion tests/FsCodec.Tests/FsCodec.Tests.fsproj
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFramework>net8.0</TargetFramework>
<TargetFramework>net9.0</TargetFramework>
<DisableImplicitFSharpCoreReference>false</DisableImplicitFSharpCoreReference>
</PropertyGroup>

Expand Down

0 comments on commit 6c76c84

Please sign in to comment.