Skip to content

Commit 2d0cdb9

Browse files
committed
Update the project settings
1 parent 2e039fa commit 2d0cdb9

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

bin/Belin.SetupAnt.dll

0 Bytes
Binary file not shown.

src/SetupAnt.csproj

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@
1010
<PropertyGroup>
1111
<AppendTargetFrameworkToOutputPath>false</AppendTargetFrameworkToOutputPath>
1212
<AssemblyName>Belin.SetupAnt</AssemblyName>
13-
<CopyLocalLockFileAssemblies>true</CopyLocalLockFileAssemblies>
1413
<ImplicitUsings>enable</ImplicitUsings>
1514
<Nullable>enable</Nullable>
1615
<OutDir>../bin</OutDir>
@@ -19,7 +18,7 @@
1918
</PropertyGroup>
2019

2120
<ItemGroup>
22-
<PackageReference Include="System.Management.Automation" Version="7.4.*" />
21+
<PackageReference Include="System.Management.Automation" Version="7.4.*" ExcludeAssets="runtime" />
2322
</ItemGroup>
2423

2524
<ItemGroup>

0 commit comments

Comments
 (0)