Skip to content

Commit

Permalink
Merge pull request #93
Browse files Browse the repository at this point in the history
Increased the `TryAtSoftware.Extensions.Collections` package version to 1.1.2
  • Loading branch information
TonyTroeff committed Nov 15, 2023
2 parents 733c80c + 18b097b commit 2f8f824
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFrameworks>netcoreapp3.1;net7.0</TargetFrameworks>
<TargetFrameworks>netcoreapp3.1;net7.0;net8.0</TargetFrameworks>
<LangVersion>latest</LangVersion>
<Nullable>enable</Nullable>

Expand Down
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFrameworks>netstandard2.1;net7.0</TargetFrameworks>
<TargetFrameworks>netstandard2.1;net7.0;net8.0</TargetFrameworks>
<LangVersion>latest</LangVersion>
<Nullable>enable</Nullable>

<PackageId>TryAtSoftware.Extensions.Collections</PackageId>
<Version>1.1.2-alpha.6</Version>
<Version>1.1.2</Version>
<Authors>Tony Troeff</Authors>
<RepositoryUrl>https://github.com/TryAtSoftware/Extensions</RepositoryUrl>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
Expand Down

0 comments on commit 2f8f824

Please sign in to comment.