Skip to content

Commit

Permalink
Drops explicit reference to Stride - this was needed in earlier versi…
Browse files Browse the repository at this point in the history
…ons.
  • Loading branch information
azeno committed Apr 10, 2024
1 parent 521a13b commit ec44660
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 11 deletions.
2 changes: 1 addition & 1 deletion Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

<!-- Version information -->
<Year>$([System.DateTime]::Now.ToString('yyyy'))</Year>
<Version>0.5.4</Version>
<Version>0.5.5</Version>

<!-- Package properties -->
<Authors>vvvv group</Authors>
Expand Down
11 changes: 1 addition & 10 deletions VL.CEF.Stride/src/VL.CEF.Stride.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -11,16 +11,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="VL.Stride.Runtime" Version="$(VLVersion)" ExcludeAssets="build;buildTransitive" PrivateAssets="all">
<IncludeAssets>runtime; compile; native; contentfiles; analyzers</IncludeAssets>
</PackageReference>

<!-- Reference Stride.Rendering so the package gets installed on the user machine. Needed by export (see issue #3). -->
<!-- We'd like to include this dependency through VL.Stride.Runtime by removing the private assets flag -->
<!-- but that pulls in a lot of packages some of which VL can't handle (as of 2020.2.2) -->
<PackageReference Include="Stride.Rendering" Version="4.1.0.1838">
<ExcludeAssets>build;buildTransitive</ExcludeAssets>
</PackageReference>
<PackageReference Include="VL.Stride.Runtime" Version="$(VLVersion)" PrivateAssets="all" />
</ItemGroup>

<ItemGroup>
Expand Down

0 comments on commit ec44660

Please sign in to comment.