Skip to content

Commit ec038fc

Browse files
Merge pull request #428 from martincostello/Remove-net5-TFM
Remove net5.0 TFM
2 parents a3dd40d + 6754041 commit ec038fc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

readme.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,6 @@ cd sqllocaldb
100100

101101
## Copyright and Trademarks
102102

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

105105
[Microsoft SQL Server](https://www.microsoft.com/en-gb/sql-server/) is a trademark and copyright of the Microsoft Corporation.

src/SqlLocalDb/MartinCostello.SqlLocalDb.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<PackageId>MartinCostello.SqlLocalDb</PackageId>
99
<RootNamespace>MartinCostello.SqlLocalDb</RootNamespace>
1010
<Summary>$(Description)</Summary>
11-
<TargetFrameworks>netstandard2.0;net5.0</TargetFrameworks>
11+
<TargetFrameworks>netstandard2.0</TargetFrameworks>
1212
<Title>SQL LocalDB Wrapper</Title>
1313
</PropertyGroup>
1414
<ItemGroup>

0 commit comments

Comments
 (0)