Skip to content

Commit 9cf22be

Browse files
committed
Update the nugets used by the generator
1 parent 2e12735 commit 9cf22be

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

nuget.config

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,5 @@
55
<add key="dotnet-public" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json" />
66
<add key="dotnet6" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet6/nuget/v3/index.json" />
77
<add key="dotnet-eng" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-eng/nuget/v3/index.json" />
8-
<add key="darc-pub-dotnet-runtime-3ba4b3f" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/darc-pub-dotnet-runtime-3ba4b3f4/nuget/v3/index.json" />
9-
<add key="darc-pub-dotnet-emsdk-ee0a97a" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/darc-pub-dotnet-emsdk-ee0a97a0/nuget/v3/index.json" />
108
</packageSources>
119
</configuration>

utils/SkiaSharpGenerator/SkiaSharpGenerator.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
</PropertyGroup>
88

99
<ItemGroup>
10-
<PackageReference Include="CppAst" Version="0.5.8" />
10+
<PackageReference Include="CppAst" Version="0.8.0" />
1111
<PackageReference Include="Microsoft.CodeAnalysis.CSharp" Version="3.6.0" />
1212
<PackageReference Include="Mono.Cecil" Version="0.11.2" />
1313
<PackageReference Include="Mono.Options" Version="5.3.0.1" />

0 commit comments

Comments
 (0)