Skip to content

Commit a7ef192

Browse files
committed
Updating to daily packages
1 parent c1992fb commit a7ef192

3 files changed

Lines changed: 23 additions & 7 deletions

File tree

NuGet.config

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<configuration>
3+
<packageSources>
4+
<clear />
5+
<add key="https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9/nuget/v3/index.json" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9/nuget/v3/index.json" />
6+
<add key="https://api.nuget.org/v3/index.json" value="https://api.nuget.org/v3/index.json" />
7+
</packageSources>
8+
<packageSourceMapping>
9+
<packageSource key="https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9/nuget/v3/index.json">
10+
<package pattern="Aspire*" />
11+
</packageSource>
12+
<packageSource key="https://api.nuget.org/v3/index.json">
13+
<package pattern="*" />
14+
</packageSource>
15+
</packageSourceMapping>
16+
</configuration>

src/Teapot.AppHost/Teapot.AppHost.csproj

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
<Project Sdk="Microsoft.NET.Sdk">
1+
<Project Sdk="Microsoft.NET.Sdk">
22

3-
<Sdk Name="Aspire.AppHost.Sdk" Version="9.4.1" />
3+
<Sdk Name="Aspire.AppHost.Sdk" Version="13.0.0-preview.1.25512.2" />
44

55
<PropertyGroup>
66
<OutputType>Exe</OutputType>
@@ -11,10 +11,10 @@
1111
</PropertyGroup>
1212

1313
<ItemGroup>
14-
<PackageReference Include="Aspire.Hosting.AppHost" Version="9.4.1" />
15-
<PackageReference Include="Aspire.Hosting.Azure.ApplicationInsights" Version="9.4.1" />
16-
<PackageReference Include="Aspire.Hosting.Azure.AppService" Version="9.4.1-preview.1.25408.4" />
17-
<PackageReference Include="Aspire.Hosting.Azure.Storage" Version="9.4.1" />
14+
<PackageReference Include="Aspire.Hosting.AppHost" Version="13.0.0-preview.1.25512.2" />
15+
<PackageReference Include="Aspire.Hosting.Azure.ApplicationInsights" Version="13.0.0-preview.1.25512.2" />
16+
<PackageReference Include="Aspire.Hosting.Azure.AppService" Version="13.0.0-preview.1.25512.2" />
17+
<PackageReference Include="Aspire.Hosting.Azure.Storage" Version="13.0.0-preview.1.25512.2" />
1818
</ItemGroup>
1919

2020
<ItemGroup>

src/Teapot.Web/Teapot.Web.csproj

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

1111
<ItemGroup>
12-
<PackageReference Include="Aspire.Azure.Data.Tables" Version="9.4.1" />
12+
<PackageReference Include="Aspire.Azure.Data.Tables" Version="13.0.0-preview.1.25512.2" />
1313
<PackageReference Include="Microsoft.ApplicationInsights.AspNetCore" Version="2.22.0" />
1414
<PackageReference Include="Microsoft.VisualStudio.Azure.Containers.Tools.Targets" Version="1.21.0" />
1515
<PackageReference Include="GitVersion.MsBuild" Version="6.0.5">

0 commit comments

Comments
 (0)