Skip to content

Commit

Permalink
Updated Zero Install .NET
Browse files Browse the repository at this point in the history
  • Loading branch information
bastianeicher committed Mar 16, 2024
1 parent 30831db commit b46e05b
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 19 deletions.
Binary file removed lib/Mono.Posix.dll
Binary file not shown.
6 changes: 0 additions & 6 deletions src/Bootstrap.WinForms/Bootstrap.WinForms.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -29,12 +29,6 @@
<PackageReference Include="NanoByte.Common.WinForms" Version="$(NanoByteCommonVersion)" />
<PackageReference Include="NDesk.Options.Patched" Version="0.3.2" />
</ItemGroup>
<ItemGroup>
<Reference Include="System.Configuration" />
<Reference Include="Mono.Posix">
<HintPath>..\..\lib\Mono.Posix.dll</HintPath>
</Reference>
</ItemGroup>

<ItemGroup>
<EmbeddedResource Include="SplashScreen.png" />
Expand Down
5 changes: 0 additions & 5 deletions src/Bootstrap/Bootstrap.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,6 @@
<PackageReference Include="NDesk.Options.Patched" Version="0.3.2" />
<PackageReference Include="ZeroInstall.Services" Version="$(ZeroInstallVersion)" />
</ItemGroup>
<ItemGroup>
<Reference Include="Mono.Posix">
<HintPath>..\..\lib\Mono.Posix.dll</HintPath>
</Reference>
</ItemGroup>

<ItemGroup>
<EmbeddedResource Include="BootstrapConfig.ini" CopyToOutputDirectory="Always" />
Expand Down
4 changes: 2 additions & 2 deletions src/Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@
<Version>1.0.0-pre</Version>

<!-- Dependency versions -->
<NanoByteCommonVersion>2.18.2</NanoByteCommonVersion>
<ZeroInstallVersion>2.25.5</ZeroInstallVersion>
<NanoByteCommonVersion>2.18.3</NanoByteCommonVersion>
<ZeroInstallVersion>2.25.6</ZeroInstallVersion>
</PropertyGroup>
<ItemGroup>
<None Include="$(MSBuildThisFileDirectory)App.config" />
Expand Down
6 changes: 0 additions & 6 deletions src/OneGet.Bootstrap/OneGet.Bootstrap.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,6 @@
<PackageReference Include="LinFu.DynamicProxy.OfficialRelease" Version="1.0.5" />
<PackageReference Include="NDesk.Options.Patched" Version="0.3.2" />
</ItemGroup>
<ItemGroup>
<Reference Include="System.Configuration" />
<Reference Include="Mono.Posix">
<HintPath>..\..\lib\Mono.Posix.dll</HintPath>
</Reference>
</ItemGroup>
<ItemGroup>
<Compile Include="..\OneGet\IOneGetContext.cs" />
<Compile Include="..\OneGet\OneGetHandler.cs" />
Expand Down

0 comments on commit b46e05b

Please sign in to comment.