Skip to content

Commit

Permalink
Remove NetStandard2 as target.
Browse files Browse the repository at this point in the history
  • Loading branch information
GinoCanessa committed Aug 30, 2024
1 parent 943a41b commit bcb1e11
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions fhir-candle.props
Original file line number Diff line number Diff line change
Expand Up @@ -27,13 +27,13 @@
</None>
</ItemGroup>

<!-- Polyfill to allow newer language compiler features when targeting NetStandard builds -->
<!-- Polyfill to allow newer language compiler features when targeting NetStandard builds --><!--
<ItemGroup Condition="'$(TargetFramework)' == 'netstandard2.0'">
<PackageReference Include="PolySharp" Version="1.14.1">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="8.0.0" PrivateAssets="All"/>
</ItemGroup>
</ItemGroup>-->

</Project>
2 changes: 1 addition & 1 deletion src/fhir-candle/fhir-candle.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@
</ItemGroup>

<ItemGroup>
<None Include="bin\Release\net7.0\publish\wwwroot\**\*.*" Pack="true" PackagePath="staticwebassets\%(RecursiveDir)%(FileName)%(Extension)">
<None Include="bin\Release\net8.0\publish\wwwroot\**\*.*" Pack="true" PackagePath="staticwebassets\%(RecursiveDir)%(FileName)%(Extension)">
<Link>wwwroot\_content\%(RecursiveDir)%(FileName)%(Extension)</Link>
<CopyToOutputDirectory>Never</CopyToOutputDirectory>
<IncludeInPackage>true</IncludeInPackage>
Expand Down

0 comments on commit bcb1e11

Please sign in to comment.