Skip to content

Commit 0ff9359

Browse files
committed
Hashids.Test project now multi-targets almost same frameworks as main project.
1 parent e8a23e9 commit 0ff9359

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

test/Hashids.net.test/Hashids.net.test.csproj

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,11 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22

33
<PropertyGroup>
4-
<TargetFramework>net5.0</TargetFramework>
4+
<!--
5+
The main project targets net461, net5.0, and netstandard2.0.
6+
As test projects cannot target netstandard the net48 target is used as a stand-in for that.
7+
-->
8+
<TargetFrameworks>net461;net48;net5.0</TargetFrameworks>
59
<IsPackable>false</IsPackable>
610
<LangVersion>9</LangVersion>
711
</PropertyGroup>

0 commit comments

Comments
 (0)