-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update dependencies and assign corporate ownership
- Loading branch information
1 parent
4347f18
commit 823d30f
Showing
9 changed files
with
43 additions
and
33 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,3 +4,4 @@ Properties | |
*.user | ||
.vs | ||
*.lock.json | ||
.idea |
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
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,24 +1,27 @@ | ||
<Project Sdk="Microsoft.NET.Sdk"> | ||
|
||
<PropertyGroup> | ||
<TargetFramework>netcoreapp2.1</TargetFramework> | ||
<TargetFramework>netcoreapp3.1</TargetFramework> | ||
<AssemblyName>srcset</AssemblyName> | ||
<OutputType>Exe</OutputType> | ||
<PackAsTool>true</PackAsTool> | ||
<PackageId>srcset</PackageId> | ||
<LangVersion>7.1</LangVersion> | ||
<Version>2.0.0</Version> | ||
<LangVersion>latest</LangVersion> | ||
<Authors>Steve Desmond</Authors> | ||
<Company>Steve Desmond Software Development</Company> | ||
<Company>ecoAPM LLC</Company> | ||
<Product>dotnet-srcset</Product> | ||
<GeneratePackageOnBuild>true</GeneratePackageOnBuild> | ||
<Description>Generate a set of responsive images</Description> | ||
<Copyright>Steve Desmond</Copyright> | ||
<PackageLicenseUrl>https://raw.githubusercontent.com/stevedesmond-ca/dotnet-srcset/master/LICENSE</PackageLicenseUrl> | ||
<PackageProjectUrl>https://github.com/stevedesmond-ca/dotnet-srcset</PackageProjectUrl> | ||
<RepositoryUrl>https://github.com/stevedesmond-ca/dotnet-srcset</RepositoryUrl> | ||
<Copyright>ecoAPM LLC</Copyright> | ||
<PackageLicenseExpression>MIT</PackageLicenseExpression> | ||
<PackageProjectUrl>https://github.com/ecoAPM/dotnet-srcset</PackageProjectUrl> | ||
<RepositoryUrl>https://github.com/ecoAPM/dotnet-srcset</RepositoryUrl> | ||
<PackageLicenseExpression>MIT</PackageLicenseExpression> | ||
<Version>2.0.0</Version> | ||
</PropertyGroup> | ||
|
||
<ItemGroup> | ||
<PackageReference Include="SixLabors.ImageSharp" Version="1.0.0-beta0005" /> | ||
<PackageReference Include="SixLabors.ImageSharp" Version="1.0.3" /> | ||
</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
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