Skip to content

Commit

Permalink
enable tx test kit pkg (#5380)
Browse files Browse the repository at this point in the history
  • Loading branch information
xiazen authored and jason-bragg committed Feb 22, 2019
1 parent 63374fd commit beff4ef
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 10 deletions.
Expand Up @@ -15,11 +15,6 @@
<TargetFramework>netstandard2.0</TargetFramework>
</PropertyGroup>

<PropertyGroup>
<!-- This library is not suitable for production use at this time, so avoid packaging it. -->
<IsPackable>false</IsPackable>
</PropertyGroup>

<ItemGroup>
<PackageReference Include="xunit" Version="$(xUnitVersion)" />
<PackageReference Include="Xunit.SkippableFact" Version="$(XunitSkippableFactVersion)" />
Expand Down
Expand Up @@ -12,11 +12,6 @@
<AssemblyName>Orleans.Transactions.TestKit.Base</AssemblyName>
<RootNamespace>Orleans.Transactions.TestKit.Base</RootNamespace>
</PropertyGroup>

<PropertyGroup>
<!-- This library is not suitable for production use at this time, so avoid packaging it. -->
<IsPackable>false</IsPackable>
</PropertyGroup>

<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
Expand Down

0 comments on commit beff4ef

Please sign in to comment.