@@ -6,12 +6,12 @@ then run `build.cmd pack-weaver`.
6
6
<Project Sdk =" Microsoft.NET.Sdk" >
7
7
<Import Project =" ..\..\build\common.props" />
8
8
<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 >
15
15
<!-- AsmResolver is not signed. -->
16
16
<SignAssembly >false</SignAssembly >
17
17
<DelaySign >false</DelaySign >
@@ -20,15 +20,15 @@ then run `build.cmd pack-weaver`.
20
20
</PropertyGroup >
21
21
22
22
<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" />
26
26
</ItemGroup >
27
27
28
28
<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\**" />
33
33
</ItemGroup >
34
34
</Project >
0 commit comments