-
-
Notifications
You must be signed in to change notification settings - Fork 498
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Migration to .NET Core 3.1 LTS (#122)
* Updated package WebEssentials.AspNetCore.OutputCaching * Updated package WilderMinds.MetaWeblog which now requires an async implementation * Fold private non-sync into async methods * Updated package WebMarkupMin.AspNetCore2 * Updated package WebEssentials.AspNetCore.PWA * Updated package LigerShark.WebOptimizer.Core to latest version that works on .NET Core 2 * Changed target framework to .NET Core App 2.2. Updated package Microsoft.VisualStudio.Web.BrowserLink * Mmigrated to .NET Core 3.1 * Updated readme.md to reflect change to .NET Core 3.1
- Loading branch information
1 parent
749026c
commit 4a62138
Showing
5 changed files
with
171 additions
and
106 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,22 +1,21 @@ | ||
<Project Sdk="Microsoft.NET.Sdk.Web"> | ||
|
||
<PropertyGroup> | ||
<TargetFramework>netcoreapp2.1</TargetFramework> | ||
<TargetFramework>netcoreapp3.1</TargetFramework> | ||
</PropertyGroup> | ||
|
||
<ItemGroup> | ||
<PackageReference Include="Azure.ImageOptimizer" Version="1.1.0.39" /> | ||
<PackageReference Include="LigerShark.WebOptimizer.Core" Version="1.0.197" /> | ||
<PackageReference Include="LigerShark.WebOptimizer.Sass" Version="1.0.33-beta" /> | ||
<PackageReference Include="Microsoft.AspNetCore.App" /> | ||
<PackageReference Include="LigerShark.WebOptimizer.Core" Version="3.0.250" /> | ||
<PackageReference Include="LigerShark.WebOptimizer.Sass" Version="3.0.40-beta" /> | ||
<PackageReference Include="Microsoft.SyndicationFeed.ReaderWriter" Version="1.0.2" /> | ||
<PackageReference Include="Microsoft.VisualStudio.Web.BrowserLink" Version="2.1.0" /> | ||
<PackageReference Include="Microsoft.VisualStudio.Web.BrowserLink" Version="2.2.0" /> | ||
<PackageReference Include="WebEssentials.AspNetCore.CdnTagHelpers" Version="1.0.16" /> | ||
<PackageReference Include="WebEssentials.AspNetCore.OutputCaching" Version="1.0.16" /> | ||
<PackageReference Include="WebEssentials.AspNetCore.PWA" Version="1.0.25" /> | ||
<PackageReference Include="WebEssentials.AspNetCore.OutputCaching" Version="1.0.28" /> | ||
<PackageReference Include="WebEssentials.AspNetCore.PWA" Version="1.0.59" /> | ||
<PackageReference Include="WebEssentials.AspNetCore.StaticFilesWithCache" Version="1.0.1" /> | ||
<PackageReference Include="WebMarkupMin.AspNetCore2" Version="2.4.2" /> | ||
<PackageReference Include="WilderMinds.MetaWeblog" Version="1.2.3" /> | ||
<PackageReference Include="WebMarkupMin.AspNetCore2" Version="2.7.0" /> | ||
<PackageReference Include="WilderMinds.MetaWeblog" Version="2.0.1" /> | ||
</ItemGroup> | ||
|
||
</Project> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.