Skip to content

Commit

Permalink
Merge pull request #97 from FirelyTeam/feature/update-sdk
Browse files Browse the repository at this point in the history
Update Firely Net SDK to 5.6.1 and update to .NET 8.0
  • Loading branch information
mmsmits authored Feb 14, 2024
2 parents 6b3d7fa + d2181fd commit faf4327
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Firely.Fhir.Packages.Tests.props
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<TargetFramework>net6.0</TargetFramework>
<TargetFramework>net8.0</TargetFramework>
<IsPackable>false</IsPackable>
<Nullable>enable</Nullable>
</PropertyGroup>
Expand Down
4 changes: 2 additions & 2 deletions Firely.Fhir.Packages.props
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@

<!-- Build properties -->
<PropertyGroup>
<TargetFrameworks>net6.0;netstandard2.0;</TargetFrameworks>
<TargetFrameworks>net8.0;netstandard2.0;</TargetFrameworks>
<Nullable>enable</Nullable>
<GeneratePackageOnBuild>false</GeneratePackageOnBuild>
<FhirNetSdkVersion>5.5.1</FhirNetSdkVersion>
<FhirNetSdkVersion>5.6.1</FhirNetSdkVersion>
</PropertyGroup>

<!-- Solution-wide properties for NuGet packaging -->
Expand Down
2 changes: 1 addition & 1 deletion build/variables.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@
variables:
buildConfiguration: 'Release'
vmImage: 'windows-latest'
DOTNET_CORE_SDK: '6.0.x'
DOTNET_CORE_SDK: '8.0.x'
GITHUB_PACKAGES_APIKEY: $(GitHubPushPackagesAPIKey) # key is set in variable group APIKeys
NUGET_APIKEY: $(NuGetFhirPackagesAPIKey) # key is set in variable group APIKeys

0 comments on commit faf4327

Please sign in to comment.