Skip to content

Commit

Permalink
#305 Add in net 5 so STJ can be externalised (#307)
Browse files Browse the repository at this point in the history
  • Loading branch information
thompson-tomo authored Apr 22, 2024
1 parent cde0096 commit 0077e59
Showing 1 changed file with 4 additions and 7 deletions.
11 changes: 4 additions & 7 deletions src/WebOptimizer.Core/WebOptimizer.Core.csproj
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFramework>netcoreapp3.0</TargetFramework>
<TargetFrameworks>netcoreapp3.0;net5.0</TargetFrameworks>
<DocumentationFile>bin\$(Configuration)\$(TargetFramework)\WebOptimizer.Core.xml</DocumentationFile>
<GeneratePackageOnBuild>True</GeneratePackageOnBuild>
<EmbedUntrackedSources>true</EmbedUntrackedSources>
Expand All @@ -26,13 +26,10 @@

<ItemGroup>
<FrameworkReference Include="Microsoft.AspNetCore.App" />
<!--<PackageReference Include="Microsoft.AspNetCore.Hosting.Abstractions" Version="3.0.0-preview4-19123-01" />
<PackageReference Include="Microsoft.AspNetCore.Http.Abstractions" Version="3.0.0-preview4-19123-01" />
<PackageReference Include="Microsoft.AspNetCore.Mvc.RazorPages" Version="3.0.0-preview4-19123-01" />
<PackageReference Include="Microsoft.AspNetCore.Mvc.TagHelpers" Version="3.0.0-preview4-19123-01" />
<PackageReference Include="Microsoft.AspNetCore.Razor.Runtime" Version="3.0.0-preview4-19123-01" />-->
<!--<PackageReference Include="Microsoft.Extensions.Configuration.Binder" Version="5.0.0-alpha1.19418.1" />-->
<PackageReference Include="NUglify" Version="1.20.7" />
</ItemGroup>

<ItemGroup Condition="'$(TargetFramework)'== 'netcoreapp3.0'">
<PackageReference Include="System.Text.Json" Version="5.0.2" />
</ItemGroup>

Expand Down

0 comments on commit 0077e59

Please sign in to comment.