We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4c43ffa commit 3c9bea5Copy full SHA for 3c9bea5
Chance.NET/Chance.NET.csproj
@@ -13,12 +13,8 @@
13
<PackageTags>chance rng random generate randomness seed testing tests unit generator pseudo</PackageTags>
14
</PropertyGroup>
15
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>
+ <PropertyGroup>
+ <DocumentationFile>bin\$(Configuration)\$(TargetFramework)\Chance.NET.xml</DocumentationFile>
22
23
24
</Project>
0 commit comments