Skip to content

Commit

Permalink
Change client projects to target .NET standard
Browse files Browse the repository at this point in the history
  • Loading branch information
oliver-scott committed May 24, 2024
1 parent 56e4de0 commit 06c2ee3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@
<License>https://github.com/hmcts/vh-notification-api/blob/master/LICENSE</License>
<RepositoryUrl>https://github.com/hmcts/vh-notification-api</RepositoryUrl>
<TargetsForTfmSpecificBuildOutput>$(TargetsForTfmSpecificBuildOutput);CopyProjectReferencesToPackage</TargetsForTfmSpecificBuildOutput>
<TargetFrameworks>net8.0;netstandard2.1</TargetFrameworks>
<TargetFramework />
</PropertyGroup>

<ItemGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
<PropertyGroup>
<GenerateDocumentationFile>true</GenerateDocumentationFile>
<NoWarn>$(NoWarn);1591</NoWarn>
<TargetFrameworks>net8.0;netstandard2.1</TargetFrameworks>
<TargetFramework />
</PropertyGroup>
<ItemGroup>
<PackageReference Include="SonarAnalyzer.CSharp" Version="9.24.0.89429">
Expand Down

0 comments on commit 06c2ee3

Please sign in to comment.