-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update dotless and upgrade to netstandard
- Loading branch information
Showing
5 changed files
with
27 additions
and
36 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
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,25 +1,24 @@ | ||
<Project Sdk="Microsoft.NET.Sdk"> | ||
|
||
<PropertyGroup> | ||
<TargetFramework>net461</TargetFramework> | ||
<RuntimeIdentifier>win7-x86</RuntimeIdentifier> | ||
<DocumentationFile>bin\$(Configuration)\$(TargetFramework)\WebOptimizer.Dotless.xml</DocumentationFile> | ||
<GeneratePackageOnBuild>True</GeneratePackageOnBuild> | ||
<PackageTags>less, bundle, minify, optimize, asp.net core, dotless</PackageTags> | ||
<Version>1.0.0-beta</Version> | ||
<Authors>Toni Wenzel</Authors> | ||
<Description>Compiles Less files for the LigerShark.WebOptimizer.Core system.</Description> | ||
<Copyright>Copyright © Toni Wenzel</Copyright> | ||
<PackageId>codeessentials.WebOptimizer.Dotless</PackageId> | ||
<Product>codeessentials.WebOptimizer.Dotless</Product> | ||
<PackageProjectUrl>https://github.com/twenzel/WebOptimizer.Dotless</PackageProjectUrl> | ||
<PackageLicenseUrl>https://github.com/twenzel/WebOptimizer.Dotless/blob/master/LICENSE.txt</PackageLicenseUrl> | ||
<RepositoryUrl>https://github.com/twenzel/WebOptimizer.Dotless</RepositoryUrl> | ||
<TargetFramework>netstandard2.0</TargetFramework> | ||
<DocumentationFile>bin\$(Configuration)\$(TargetFramework)\WebOptimizer.Dotless.xml</DocumentationFile> | ||
<GeneratePackageOnBuild>True</GeneratePackageOnBuild> | ||
<PackageTags>less, bundle, minify, optimize, asp.net core, dotless</PackageTags> | ||
<Version>1.0.0</Version> | ||
<Authors>Toni Wenzel</Authors> | ||
<Description>Compiles Less files for the LigerShark.WebOptimizer.Core system.</Description> | ||
<Copyright>Copyright © Toni Wenzel</Copyright> | ||
<PackageId>codeessentials.WebOptimizer.Dotless</PackageId> | ||
<Product>codeessentials.WebOptimizer.Dotless</Product> | ||
<PackageProjectUrl>https://github.com/twenzel/WebOptimizer.Dotless</PackageProjectUrl> | ||
<PackageLicenseUrl>https://github.com/twenzel/WebOptimizer.Dotless/blob/master/LICENSE.txt</PackageLicenseUrl> | ||
<RepositoryUrl>https://github.com/twenzel/WebOptimizer.Dotless</RepositoryUrl> | ||
</PropertyGroup> | ||
|
||
<ItemGroup> | ||
<PackageReference Include="dotless" Version="1.5.2" /> | ||
<PackageReference Include="LigerShark.WebOptimizer.Core" Version="1.0.174-beta" /> | ||
<PackageReference Include="dotless.Core" Version="1.6.0.1" /> | ||
<PackageReference Include="LigerShark.WebOptimizer.Core" Version="1.0.201" /> | ||
</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