Skip to content
Draft
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions Directory.Packages.props
Original file line number Diff line number Diff line change
Expand Up @@ -148,8 +148,8 @@
<PackageVersion Include="YamlDotNet" Version="18.1.0" />
<PackageVersion Include="StreamJsonRpc" Version="2.25.29" />
<PackageVersion Include="Semver" Version="3.0.0" />
<PackageVersion Include="Sigstore" Version="1.0.0" />
<PackageVersion Include="Tuf" Version="1.0.0" />
<PackageVersion Include="Sigstore" Version="1.0.1-beta.122.1.7bc133a" />
<PackageVersion Include="Tuf" Version="1.0.1-beta.122.1.7bc133a" />
<PackageVersion Include="Microsoft.DevTunnels.Connections" Version="1.3.51" />
<!-- Open Telemetry -->
<PackageVersion Include="Azure.Monitor.OpenTelemetry.Exporter" Version="$(AzureMonitorOpenTelemetryExporterVersion)" />
Expand Down
6 changes: 6 additions & 0 deletions NuGet.config
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
<!-- Begin: Package sources from dotnet-runtime -->
<!-- End: Package sources from dotnet-runtime -->
<!--End: Package sources managed by Dependency Flow automation. Do not edit the sources above.-->
<add key="nuget.org" value="https://api.nuget.org/v3/index.json" />
<!-- If the dotnet-public, dotnet9, or dotnet-libraries sources change, update tests/Shared/Docker/NuGet.DotnetTool.config for daily dotnet tool smoke tests. -->
<add key="dotnet-public" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json" />
<add key="dotnet-eng" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-eng/nuget/v3/index.json" />
Expand All @@ -23,6 +24,10 @@
<add key="dotnet9-transport" value="https://dnceng.pkgs.visualstudio.com/public/_packaging/dotnet9-transport/nuget/v3/index.json" />
</packageSources>
<packageSourceMapping>
<packageSource key="nuget.org">
<package pattern="Sigstore" />
<package pattern="Tuf" />
</packageSource>
<packageSource key="dotnet9-transport">
<package pattern="*WorkloadBuildTasks*" />
</packageSource>
Expand All @@ -46,6 +51,7 @@
</packageSource>
</packageSourceMapping>
<disabledPackageSources>
<clear />
<!--Begin: Package sources managed by Dependency Flow automation. Do not edit the sources below.-->
<!-- Begin: Package sources from dotnet-dotnet -->
<!-- End: Package sources from dotnet-dotnet -->
Expand Down
Loading