File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff line change 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 >
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 >
Original file line number Diff line number Diff line change 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" >
You can’t perform that action at this time.
0 commit comments