Skip to content

Commit

Permalink
Prevent packing of the sandbox project. (#21)
Browse files Browse the repository at this point in the history
  • Loading branch information
mwadams authored Nov 23, 2022
1 parent 9e2dec9 commit a123ad5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Solutions/Sandbox/Sandbox.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@
<TargetFramework>net7.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>
<IsPackable>false</IsPackable>
</PropertyGroup>

<ItemGroup>
<ProjectReference Include="..\Corvus.UriTemplates.Resolvers.DictionaryOfObject\Corvus.UriTemplates.Resolvers.DictionaryOfObject.csproj" />
Expand Down

0 comments on commit a123ad5

Please sign in to comment.