File tree Expand file tree Collapse file tree 2 files changed +9
-9
lines changed
src/Examples/GettingStarted Expand file tree Collapse file tree 2 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" utf-8" ?>
22<configuration >
3- <packageSources >
4- <add key =" dotnet9" value =" https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9/nuget/v3/index.json" />
5- <add key =" npgsql" value =" https://www.myget.org/F/npgsql/api/v3/index.json" />
6- <add key =" npgsql-next" value =" https://www.myget.org/F/npgsql-vnext/api/v3/index.json" />
7- <add key =" pomelo-nightly" value =" https://pkgs.dev.azure.com/pomelo-efcore/Pomelo.EntityFrameworkCore.MySql/_packaging/pomelo-efcore-public/nuget/v3/index.json" />
8- <add key =" nuget.org" value =" https://api.nuget.org/v3/index.json" />
9- </packageSources >
3+ <packageSources >
4+ <add key =" dotnet9" value =" https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9/nuget/v3/index.json" />
5+ <add key =" npgsql" value =" https://www.myget.org/F/npgsql/api/v3/index.json" />
6+ <add key =" npgsql-next" value =" https://www.myget.org/F/npgsql-vnext/api/v3/index.json" />
7+ <add key =" pomelo-nightly"
8+ value =" https://pkgs.dev.azure.com/pomelo-efcore/Pomelo.EntityFrameworkCore.MySql/_packaging/pomelo-efcore-public/nuget/v3/index.json" />
9+ <add key =" nuget.org" value =" https://api.nuget.org/v3/index.json" />
10+ </packageSources >
1011</configuration >
Original file line number Diff line number Diff line change 77
88 <ItemGroup >
99 <ProjectReference Include =" ..\..\JsonApiDotNetCore\JsonApiDotNetCore.csproj" />
10- <ProjectReference Include =" ..\..\JsonApiDotNetCore.SourceGenerators\JsonApiDotNetCore.SourceGenerators.csproj" OutputItemType =" Analyzer"
11- ReferenceOutputAssembly =" false" />
10+ <ProjectReference Include =" ..\..\JsonApiDotNetCore.SourceGenerators\JsonApiDotNetCore.SourceGenerators.csproj" OutputItemType =" Analyzer" ReferenceOutputAssembly =" false" />
1211 </ItemGroup >
1312
1413 <ItemGroup >
You can’t perform that action at this time.
0 commit comments