@@ -6,12 +6,12 @@ then run `build.cmd pack-weaver`.
66<Project Sdk =" Microsoft.NET.Sdk" >
77 <Import Project =" ..\..\build\common.props" />
88 <PropertyGroup >
9- <TargetFrameworks >netstandard2.0</TargetFrameworks >
10- <VersionSuffix Condition =" '$(IsFullPack)' != 'true'" >$(VersionSuffix)$(WeaverVersionSuffix)</VersionSuffix >
11- <OutputPath >$(MSBuildThisFileDirectory)bin\$(Configuration)</OutputPath >
12- <CopyLocalLockFileAssemblies >true</CopyLocalLockFileAssemblies >
13- <IncludeBuildOutput >false</IncludeBuildOutput >
14- <NoWarn >$(NoWarn);NU5100;NU5128</NoWarn >
9+ <TargetFrameworks >netstandard2.0</TargetFrameworks >
10+ <VersionSuffix Condition =" '$(IsFullPack)' != 'true'" >$(VersionSuffix)$(WeaverVersionSuffix)</VersionSuffix >
11+ <OutputPath >$(MSBuildThisFileDirectory)bin\$(Configuration)</OutputPath >
12+ <CopyLocalLockFileAssemblies >true</CopyLocalLockFileAssemblies >
13+ <IncludeBuildOutput >false</IncludeBuildOutput >
14+ <NoWarn >$(NoWarn);NU5100;NU5128</NoWarn >
1515 <!-- AsmResolver is not signed. -->
1616 <SignAssembly >false</SignAssembly >
1717 <DelaySign >false</DelaySign >
@@ -20,15 +20,15 @@ then run `build.cmd pack-weaver`.
2020 </PropertyGroup >
2121
2222 <ItemGroup >
23- <PackageReference Include =" AsmResolver.DotNet" Version =" 6.0.0-beta.3" PrivateAssets =" all" />
24- <PackageReference Include =" Microsoft.Build.Framework" Version =" 17.14.8" PrivateAssets =" all" />
25- <PackageReference Include =" Microsoft.Build.Utilities.Core" Version =" 17.14.8" PrivateAssets =" all" />
23+ <PackageReference Include =" AsmResolver.DotNet" Version =" 6.0.0-beta.3" PrivateAssets =" all" />
24+ <PackageReference Include =" Microsoft.Build.Framework" Version =" 17.14.8" PrivateAssets =" all" />
25+ <PackageReference Include =" Microsoft.Build.Utilities.Core" Version =" 17.14.8" PrivateAssets =" all" />
2626 </ItemGroup >
2727
2828 <ItemGroup >
29- <!-- Include .targets file and all DLLs in the output directory in the NuGet package -->
30- <Content Include =" $(MSBuildThisFileDirectory)buildTransitive\**\*.targets" Pack =" true" PackagePath =" buildTransitive" />
31- <Content Include =" $(OutputPath)**\*.dll" Pack =" true" PackagePath =" tasks/$(TargetFramework)" />
32- <None Remove =" packages\**" />
29+ <!-- Include .targets file and all DLLs in the output directory in the NuGet package -->
30+ <Content Include =" $(MSBuildThisFileDirectory)buildTransitive\**\*.targets" Pack =" true" PackagePath =" buildTransitive" />
31+ <Content Include =" $(OutputPath)**\*.dll" Pack =" true" PackagePath =" tasks/$(TargetFramework)" />
32+ <None Remove =" packages\**" />
3333 </ItemGroup >
3434</Project >
0 commit comments