Skip to content

Commit

Permalink
Remove PackageVersion stuff for now. Including the tags breaks new SD…
Browse files Browse the repository at this point in the history
…K or soemthing.
  • Loading branch information
wasabii committed May 18, 2024
1 parent df49d6b commit 7ac6c53
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 51 deletions.
11 changes: 11 additions & 0 deletions Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -102,4 +102,15 @@
<IkvmToolReference Include="$(MSBuildThisFileDirectory)src\ikvmstub\ikvmstub.csproj" IsIkvmExporter="true" />
</ItemGroup>

<ItemGroup>
<PackageReference Include="IKVM.Core.MSBuild" Version="0.1.93">
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
<PrivateAssets>all</PrivateAssets>
</PackageReference>
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.1.1">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
</ItemGroup>

</Project>
50 changes: 0 additions & 50 deletions Directory.Packages.props

This file was deleted.

1 change: 0 additions & 1 deletion IKVM.sln
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution
CONTRIBUTING.md = CONTRIBUTING.md
Directory.Build.props = Directory.Build.props
Directory.Build.targets = Directory.Build.targets
Directory.Packages.props = Directory.Packages.props
GitVersion.yml = GitVersion.yml
global.json = global.json
IKVM.deps.targets = IKVM.deps.targets
Expand Down

0 comments on commit 7ac6c53

Please sign in to comment.