Skip to content

Commit

Permalink
Update TFM. Doh.
Browse files Browse the repository at this point in the history
  • Loading branch information
Nihlus committed Nov 20, 2022
1 parent 68e182b commit 7bdab4d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
</PropertyGroup>

<PropertyGroup>
<LibraryFrameworks>netstandard2.0;netstandard2.1;net6.0;net461</LibraryFrameworks>
<LibraryFrameworks>netstandard2.0;netstandard2.1;net6.0;net7.0;net461</LibraryFrameworks>
</PropertyGroup>

<!-- NuGet-related properties -->
Expand Down
Original file line number Diff line number Diff line change
@@ -1,13 +1,14 @@
<Project Sdk="Remora.Sdk/2.0.1">
<PropertyGroup>
<VersionPrefix>1.0.5</VersionPrefix>
<VersionPrefix>1.0.6</VersionPrefix>
<Description>
$(BaseDescription)

This package adds support for immutable option types for Microsoft's DI containers.
</Description>
<PackageReleaseNotes>
Upgrade nuget packages.
Upgrade Remora.Sdk.
Add .NET 7 as a target.
</PackageReleaseNotes>
</PropertyGroup>

Expand Down

0 comments on commit 7bdab4d

Please sign in to comment.