Skip to content

Commit 3855f5c

Browse files
authored
Update fakecsproj.csproj to fix dependabot
1 parent e0de851 commit 3855f5c

File tree

1 file changed

+92
-2
lines changed

1 file changed

+92
-2
lines changed
Lines changed: 92 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,97 @@
1-
<Project ToolsVersion="Current">
1+
<Project Sdk="Microsoft.NET.Sdk.Web">
2+
3+
<!-- This is an auto-generated file by a GH action! -->
4+
<!-- It's a workaround for dependabot to support Central Package Management (CPM) -->
5+
<!-- https://github.com/dependabot/dependabot-core/issues/8590 -->
26
<PropertyGroup>
3-
<ManagePackageVersionsCentrally>true</ManagePackageVersionsCentrally>
7+
<TargetFramework>net8.0</TargetFramework>
48
</PropertyGroup>
9+
510
<ItemGroup>
11+
<PackageReference Include="AutoMapper" />
12+
<PackageReference Include="Blazored.Modal" />
13+
<PackageReference Include="Blazored.SessionStorage" />
14+
<PackageReference Include="Blazorise.Bootstrap" />
15+
<PackageReference Include="Blazorise.Icons.FontAwesome" />
16+
<PackageReference Include="Microsoft.AspNetCore.Components.Authorization" />
17+
<PackageReference Include="Microsoft.AspNetCore.Components.WebAssembly" />
18+
<PackageReference Include="Microsoft.AspNetCore.Components.WebAssembly.DevServer" />
19+
<PackageReference Include="Microsoft.Web.LibraryManager.Build" />
20+
<PackageReference Include="System.Net.Http.Json" />
21+
<PackageReference Include="Toolbelt.Blazor.HttpClientInterceptor" />
22+
23+
<PackageReference Include="AutoFixture" />
24+
<PackageReference Include="bunit" />
25+
<PackageReference Include="Microsoft.AspNetCore.Components" />
26+
<PackageReference Include="Microsoft.AspNetCore.Components.WebAssembly.Server" />
27+
28+
<PackageReference Include="JHipsterNet.Core" />
29+
<PackageReference Include="JHipsterNet.Web" />
30+
<PackageReference Include="AutoMapper.Extensions.Microsoft.DependencyInjection" />
31+
<PackageReference Include="MediatR" />
32+
<PackageReference Include="MediatR.Extensions.Microsoft.DependencyInjection" />
33+
<PackageReference Include="Microsoft.AspNetCore.SpaServices.Extensions" />
34+
<PackageReference Include="Microsoft.AspNetCore.Mvc.NewtonsoftJson" />
35+
<PackageReference Include="Scrutor" />
36+
<PackageReference Include="Serilog.AspNetCore" />
37+
<PackageReference Include="Serilog.Settings.Configuration" />
38+
<PackageReference Include="Serilog.Sinks.Console" />
39+
<PackageReference Include="Serilog.Enrichers.Process" />
40+
<PackageReference Include="Serilog.Enrichers.Thread" />
41+
<PackageReference Include="Serilog.Sinks.SyslogMessages" />
42+
<PackageReference Include="Swashbuckle.AspNetCore" />
43+
<PackageReference Include="LanguageExt.Core" />
44+
<PackageReference Include="System.IdentityModel.Tokens.Jwt" />
45+
<PackageReference Include="Microsoft.AspNetCore.Authentication.JwtBearer" />
46+
<PackageReference Include="BCrypt.Net-Next" />
47+
<PackageReference Include="Microsoft.AspNetCore.Authentication.OpenIdConnect" />
48+
<PackageReference Include="Winton.Extensions.Configuration.Consul" />
49+
<PackageReference Include="Consul" />
50+
<PackageReference Include="Ocelot" />
51+
<PackageReference Include="Ocelot.Provider.Consul" />
52+
53+
54+
<PackageReference Include="Microsoft.AspNetCore.Identity" />
55+
<PackageReference Include="Newtonsoft.Json" />
56+
<PackageReference Include="System.ComponentModel.Annotations" />
57+
<PackageReference Include="System.Text.Json" />
58+
<PackageReference Include="Serilog" />
59+
60+
61+
<PackageReference Include="Microsoft.AspNetCore.Identity.EntityFrameworkCore" />
62+
<PackageReference Include="Microsoft.EntityFrameworkCore" />
63+
<PackageReference Include="Microsoft.EntityFrameworkCore.Tools" />
64+
<PackageReference Include="Microsoft.AspNetCore.Identity.EntityFrameworkCore" />
65+
<PackageReference Include="Microsoft.EntityFrameworkCore.SqlServer" />
66+
<PackageReference Include="Microsoft.EntityFrameworkCore" />
67+
<PackageReference Include="Microsoft.EntityFrameworkCore.Tools" />
68+
<PackageReference Include="Microsoft.AspNetCore.Identity.EntityFrameworkCore" />
69+
<PackageReference Include="Npgsql.EntityFrameworkCore.PostgreSQL" />
70+
<PackageReference Include="Microsoft.EntityFrameworkCore.Tools" />
71+
<PackageReference Include="MongoDB.Driver" />
72+
<PackageReference Include="AspNetCore.Identity.MongoDbCore" />
73+
<PackageReference Include="Microsoft.AspNetCore.Identity.EntityFrameworkCore" />
74+
<PackageReference Include="Pomelo.EntityFrameworkCore.MySql" />
75+
<PackageReference Include="Microsoft.EntityFrameworkCore.Tools" />
76+
<PackageReference Include="Microsoft.AspNetCore.Identity.EntityFrameworkCore" />
77+
<PackageReference Include="Microsoft.EntityFrameworkCore" />
78+
<PackageReference Include="Microsoft.EntityFrameworkCore.Relational" />
79+
<PackageReference Include="Oracle.EntityFrameworkCore" />
80+
<PackageReference Include="Oracle.ManagedDataAccess.Core" />
81+
<PackageReference Include="Microsoft.EntityFrameworkCore.Tools" />
82+
<PackageReference Include="Microsoft.Data.Sqlite.Core" />
83+
<PackageReference Include="Microsoft.EntityFrameworkCore.Sqlite" />
84+
<PackageReference Include="coverlet.msbuild" />
85+
<PackageReference Include="FakeItEasy" />
86+
<PackageReference Include="Microsoft.AspNetCore.Mvc.Testing" />
87+
<PackageReference Include="Microsoft.NET.Test.Sdk" />
88+
<PackageReference Include="Moq" />
89+
<PackageReference Include="xunit" />
90+
<PackageReference Include="xunit.runner.visualstudio" />
91+
<PackageReference Include="xunit.runner.console" />
92+
<PackageReference Include="FluentAssertions" />
93+
<PackageReference Include="FluentAssertions.AspNetCore.Mvc" />
94+
<PackageReference Include="FluentAssertions.Json" />
695
</ItemGroup>
96+
797
</Project>

0 commit comments

Comments
 (0)