We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2e039fa commit 2d0cdb9Copy full SHA for 2d0cdb9
bin/Belin.SetupAnt.dll
0 Bytes
src/SetupAnt.csproj
@@ -10,7 +10,6 @@
10
<PropertyGroup>
11
<AppendTargetFrameworkToOutputPath>false</AppendTargetFrameworkToOutputPath>
12
<AssemblyName>Belin.SetupAnt</AssemblyName>
13
- <CopyLocalLockFileAssemblies>true</CopyLocalLockFileAssemblies>
14
<ImplicitUsings>enable</ImplicitUsings>
15
<Nullable>enable</Nullable>
16
<OutDir>../bin</OutDir>
@@ -19,7 +18,7 @@
19
18
</PropertyGroup>
20
21
<ItemGroup>
22
- <PackageReference Include="System.Management.Automation" Version="7.4.*" />
+ <PackageReference Include="System.Management.Automation" Version="7.4.*" ExcludeAssets="runtime" />
23
</ItemGroup>
24
25
0 commit comments