Skip to content

Commit

Permalink
testing workaround package
Browse files Browse the repository at this point in the history
  • Loading branch information
Hardik Desai committed Apr 3, 2020
1 parent 6051df8 commit bd33492
Showing 1 changed file with 6 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,14 +1,18 @@
<Project Sdk="Microsoft.NET.Sdk">
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
<PackageCopyToOutput>true</PackageCopyToOutput>
</PropertyGroup>

<ItemGroup>
<ProjectReference Include="..\SFA.DAS.Payments.Messages.Core\SFA.DAS.Payments.Messages.Core.csproj" >
<ProjectReference Include="..\SFA.DAS.Payments.Messages.Core\SFA.DAS.Payments.Messages.Core.csproj">
<PrivateAssets>all</PrivateAssets>
</ProjectReference>
</ItemGroup>

<ItemGroup>
<PackageReference Include="Teronis.MSBuild.Packaging.ProjectBuildInPackage" Version="0.1.1" />
</ItemGroup>

</Project>

0 comments on commit bd33492

Please sign in to comment.