Skip to content

Commit

Permalink
Minor updates
Browse files Browse the repository at this point in the history
  • Loading branch information
BenjaminMichaelis committed Aug 3, 2022
1 parent f383463 commit ad989c8
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions IntelliTect.TestTools.Console/IntelliTect.TestTools.Console.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,19 @@
<Authors>Mark Michaelis</Authors>

<PackageTags>IntelliTect, TestTools, Console, TestAPI</PackageTags>

<PackageProjectUrl>https://github.com/IntelliTect/TestTools.Console</PackageProjectUrl>

<PackageReadmeFile>README.md</PackageReadmeFile>
</PropertyGroup>

<ItemGroup>
<None Include="..\README.md">
<Pack>True</Pack>
<PackagePath>\</PackagePath>
</None>
</ItemGroup>

<ItemGroup>
<PackageReference Include="System.CodeDom" Version="4.5.0" />
</ItemGroup>
Expand Down

0 comments on commit ad989c8

Please # to comment.