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 1
1
<?xml version =" 1.0" encoding =" utf-8" ?>
2
2
<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 >
10
11
</configuration >
Original file line number Diff line number Diff line change 7
7
8
8
<ItemGroup >
9
9
<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" />
12
11
</ItemGroup >
13
12
14
13
<ItemGroup >
You can’t perform that action at this time.
0 commit comments