Skip to content

Commit

Permalink
Removing binary in favour of Nuget
Browse files Browse the repository at this point in the history
  • Loading branch information
xafero committed Mar 17, 2024
1 parent 737ffde commit 6a7c022
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 13 deletions.
2 changes: 1 addition & 1 deletion src/Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
</PropertyGroup>

<PropertyGroup>
<Version>1.0.0</Version>
<Version>1.0.1</Version>
<Authors>xafero</Authors>
<Company>SrcForger Limited</Company>
<Copyright>AGPL 2024, $(Authors)</Copyright>
Expand Down
15 changes: 3 additions & 12 deletions src/framework/Marrow.XPlat.Desktop/Marrow.XPlat.Desktop.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -12,22 +12,13 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="OSVersionExt.NetStd" Version="3.0.1" />
<PackageReference Include="Tomlyn" Version="0.17.0" />
</ItemGroup>

<ItemGroup>
<!-- <PackageReference Include="OSVersionExt" Version="3.0.0" /> -->
</ItemGroup>

<ItemGroup>
<Reference Include="OSVersionExtension">
<HintPath>lib\OSVersionExtension.dll</HintPath>
</Reference>
</ItemGroup>

<ItemGroup>
<None Include="..\..\..\assets\icon.png" Pack="true" PackagePath=""/>
<None Include="..\..\..\README.md" Pack="true" PackagePath=""/>
<None Include="..\..\..\assets\icon.png" Pack="true" PackagePath="" />
<None Include="..\..\..\README.md" Pack="true" PackagePath="" />
</ItemGroup>

</Project>
Binary file not shown.

0 comments on commit 6a7c022

Please sign in to comment.