Skip to content

Commit

Permalink
Update core library to use .NET Standard
Browse files Browse the repository at this point in the history
  • Loading branch information
SteveDesmond-ca committed Nov 9, 2021
1 parent b2d6ada commit a4ad631
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 7 deletions.
11 changes: 6 additions & 5 deletions SrcSet.Core/SrcSet.Core.csproj
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net5.0</TargetFramework>
<Version>3.2.2</Version>
<Version>3.2.3</Version>
<TargetFramework>netstandard2.0</TargetFramework>
<LangVersion>latest</LangVersion>
<PackageId>SrcSet.Core</PackageId>
<Description>A library to create sets of responsive images for the web</Description>
<Authors>ecoAPM LLC</Authors>
Expand All @@ -18,9 +19,9 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.0.0" PrivateAssets="all"/>
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.0.0" PrivateAssets="all" />
<PackageReference Include="SonarAnalyzer.CSharp" Version="8.30.0.37606" PrivateAssets="all" />
<PackageReference Include="SixLabors.ImageSharp" Version="1.0.4"/>
<None Include="../README.md" CopyToOutputDirectory="PreserveNewest" Pack="true" PackagePath="."/>
<PackageReference Include="SixLabors.ImageSharp" Version="1.0.4" />
<None Include="../README.md" CopyToOutputDirectory="PreserveNewest" Pack="true" PackagePath="." />
</ItemGroup>
</Project>
2 changes: 1 addition & 1 deletion SrcSet.Statiq/SrcSet.Statiq.csproj
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net5.0</TargetFramework>
<Version>3.2.2</Version>
<Version>3.2.3</Version>
<PackageId>SrcSet.Statiq</PackageId>
<Description>Automate creating sets of responsive images for your Statiq site</Description>
<Authors>ecoAPM LLC</Authors>
Expand Down
2 changes: 1 addition & 1 deletion SrcSet/SrcSet.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<PropertyGroup>
<TargetFramework>net5.0</TargetFramework>
<Version>3.2.2</Version>
<Version>3.2.3</Version>
<PackageId>SrcSet</PackageId>
<Description>A CLI to create sets of responsive images for the web</Description>
<Authors>ecoAPM LLC</Authors>
Expand Down

0 comments on commit a4ad631

Please sign in to comment.