Skip to content

Commit 3c9bea5

Browse files
authored
Update Chance.NET.csproj
1 parent 4c43ffa commit 3c9bea5

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

Chance.NET/Chance.NET.csproj

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,8 @@
1313
<PackageTags>chance rng random generate randomness seed testing tests unit generator pseudo</PackageTags>
1414
</PropertyGroup>
1515

16-
<PropertyGroup Condition="'$(Configuration)|$(TargetFramework)|$(Platform)'=='Debug|netstandard1.6|AnyCPU'">
17-
<DocumentationFile>bin\Debug\netstandard1.6\Chance.NET.xml</DocumentationFile>
18-
</PropertyGroup>
19-
20-
<PropertyGroup Condition="'$(Configuration)|$(TargetFramework)|$(Platform)'=='Release|netstandard1.6|AnyCPU'">
21-
<DocumentationFile>bin\Release\netstandard1.6\Chance.NET.xml</DocumentationFile>
16+
<PropertyGroup>
17+
<DocumentationFile>bin\$(Configuration)\$(TargetFramework)\Chance.NET.xml</DocumentationFile>
2218
</PropertyGroup>
2319

2420
</Project>

0 commit comments

Comments
 (0)