File tree Expand file tree Collapse file tree 1 file changed +6
-2
lines changed
src/SFA.DAS.Payments.ProviderPayments.Messages Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Original file line number Diff line number Diff line change 1
- <Project Sdk =" Microsoft.NET.Sdk" >
1
+ <Project Sdk =" Microsoft.NET.Sdk" >
2
2
3
3
<PropertyGroup >
4
4
<TargetFramework >netstandard2.0</TargetFramework >
5
5
<PackageCopyToOutput >true</PackageCopyToOutput >
6
6
</PropertyGroup >
7
7
8
8
<ItemGroup >
9
- <ProjectReference Include =" ..\SFA.DAS.Payments.Messages.Core\SFA.DAS.Payments.Messages.Core.csproj" >
9
+ <ProjectReference Include =" ..\SFA.DAS.Payments.Messages.Core\SFA.DAS.Payments.Messages.Core.csproj" >
10
10
<PrivateAssets >all</PrivateAssets >
11
11
</ProjectReference >
12
12
</ItemGroup >
13
13
14
+ <ItemGroup >
15
+ <PackageReference Include =" Teronis.MSBuild.Packaging.ProjectBuildInPackage" Version =" 0.1.1" />
16
+ </ItemGroup >
17
+
14
18
</Project >
You can’t perform that action at this time.
0 commit comments