Skip to content

Commit

Permalink
?
Browse files Browse the repository at this point in the history
  • Loading branch information
mattiasnordqvist committed Sep 23, 2024
1 parent 2385db5 commit b866e22
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,7 @@
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<PackageReadmeFile>ReadMe.md</PackageReadmeFile>
</PropertyGroup>

<ItemGroup>
<None Include="Read;e.md" Pack="true" PackagePath="\"/>
</ItemGroup>
</Project>
4 changes: 3 additions & 1 deletion Results/DotNetThoughts.Results/DotNetThoughts.Results.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,9 @@
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<PackageReadmeFile>ReadMe.md</PackageReadmeFile>
</PropertyGroup>

<ItemGroup>
<None Include="Read;e.md" Pack="true" PackagePath="\"/>
</ItemGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
<DefineConstants>$(DefineConstants);CONTRACTS_FULL</DefineConstants>
</PropertyGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,7 @@
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<PackageReadmeFile>ReadMe.md</PackageReadmeFile>
</PropertyGroup>
<ItemGroup>
<None Include="Read;e.md" Pack="true" PackagePath="\"/>
</ItemGroup>
</Project>

0 comments on commit b866e22

Please sign in to comment.