Skip to content

Commit

Permalink
Merge pull request #428 from martincostello/Remove-net5-TFM
Browse files Browse the repository at this point in the history
Remove net5.0 TFM
  • Loading branch information
martincostello authored Jul 12, 2021
2 parents a3dd40d + 6754041 commit ec038fc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,6 @@ cd sqllocaldb

## Copyright and Trademarks

This library is copyright (©) Martin Costello 2012-2020.
This library is copyright (©) Martin Costello 2012-2021.

[Microsoft SQL Server](https://www.microsoft.com/en-gb/sql-server/) is a trademark and copyright of the Microsoft Corporation.
2 changes: 1 addition & 1 deletion src/SqlLocalDb/MartinCostello.SqlLocalDb.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<PackageId>MartinCostello.SqlLocalDb</PackageId>
<RootNamespace>MartinCostello.SqlLocalDb</RootNamespace>
<Summary>$(Description)</Summary>
<TargetFrameworks>netstandard2.0;net5.0</TargetFrameworks>
<TargetFrameworks>netstandard2.0</TargetFrameworks>
<Title>SQL LocalDB Wrapper</Title>
</PropertyGroup>
<ItemGroup>
Expand Down

0 comments on commit ec038fc

Please sign in to comment.