Skip to content

Commit 6001a6c

Browse files
Disable "libman.json" restore
1 parent 005b24b commit 6001a6c

9 files changed

Lines changed: 19 additions & 1 deletion

File tree

src/OpenBankingApi/SimpleIdServer.OpenBankingApi.EF.Startup/SimpleIdServer.OpenBankingApi.EF.Startup.csproj

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,9 @@
99
<ItemGroup>
1010
<PackageReference Include="MediatR.Extensions.Microsoft.DependencyInjection" Version="8.1.0" />
1111
<PackageReference Include="Swashbuckle.AspNetCore" Version="5.6.3" />
12+
<!--
1213
<PackageReference Include="Microsoft.Web.LibraryManager.Build" Version="2.1.113" />
14+
-->
1315
<PackageReference Include="Microsoft.AspNetCore.Mvc.NewtonsoftJson" Version="5.0.3" />
1416
<PackageReference Include="Microsoft.AspNetCore.Authentication.Certificate" Version="5.0.3" />
1517
<PackageReference Include="Microsoft.EntityFrameworkCore.SqlServer" Version="5.0.3" />

src/OpenBankingApi/SimpleIdServer.OpenBankingApi.Startup/SimpleIdServer.OpenBankingApi.Startup.csproj

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,9 @@
99
<ItemGroup>
1010
<PackageReference Include="MediatR.Extensions.Microsoft.DependencyInjection" Version="8.1.0" />
1111
<PackageReference Include="Swashbuckle.AspNetCore" Version="5.6.3" />
12+
<!--
1213
<PackageReference Include="Microsoft.Web.LibraryManager.Build" Version="2.1.113" />
14+
-->
1315
<PackageReference Include="Microsoft.AspNetCore.Mvc.NewtonsoftJson" Version="5.0.3" />
1416
<PackageReference Include="Microsoft.AspNetCore.Authentication.Certificate" Version="5.0.3" />
1517
</ItemGroup>

src/OpenID/SimpleIdServer.OpenID.SqlServer.Startup/SimpleIdServer.OpenID.SqlServer.Startup.csproj

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,9 @@
1212
<PackageReference Include="Microsoft.EntityFrameworkCore.SqlServer" Version="5.0.3" />
1313
<PackageReference Include="Microsoft.EntityFrameworkCore.Design" Version="5.0.3" />
1414
<PackageReference Include="Microsoft.AspNetCore.Mvc.NewtonsoftJson" Version="5.0.3" />
15+
<!--
1516
<PackageReference Include="Microsoft.Web.LibraryManager.Build" Version="2.1.113" />
17+
-->
1618
<PackageReference Include="Microsoft.AspNetCore.Authentication.Facebook" Version="5.0.8" />
1719
<PackageReference Include="MassTransit.RabbitMQ" Version="7.1.7" />
1820
</ItemGroup>

src/OpenID/SimpleIdServer.OpenID.Startup/SimpleIdServer.OpenID.Startup.csproj

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,9 @@
55
</PropertyGroup>
66
<ItemGroup>
77
<PackageReference Include="Microsoft.VisualStudio.Web.CodeGeneration.Design" Version="5.0.2" />
8+
<!--
89
<PackageReference Include="Microsoft.Web.LibraryManager.Build" Version="2.1.113" />
10+
-->
911
<PackageReference Include="Microsoft.AspNetCore.Mvc.NewtonsoftJson" Version="5.0.3" />
1012
<PackageReference Include="Microsoft.AspNetCore.Authentication.Certificate" Version="5.0.3" />
1113
<PackageReference Include="Microsoft.AspNetCore.Authentication.JwtBearer" Version="5.0.3" />

src/OpenID/SimpleIdServer.OpenIDUma.Full.Startup/SimpleIdServer.OpenIDUma.Full.Startup.csproj

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,9 @@
55
</PropertyGroup>
66
<ItemGroup>
77
<PackageReference Include="Microsoft.VisualStudio.Web.CodeGeneration.Design" Version="5.0.2" />
8+
<!--
89
<PackageReference Include="Microsoft.Web.LibraryManager.Build" Version="2.1.113" />
10+
-->
911
<PackageReference Include="Microsoft.AspNetCore.Mvc.NewtonsoftJson" Version="5.0.3" />
1012
<PackageReference Include="Microsoft.AspNetCore.Authentication.Certificate" Version="5.0.3" />
1113
<PackageReference Include="Microsoft.AspNetCore.Authentication.JwtBearer" Version="5.0.3" />

src/Saml/SimpleIdServer.Saml.Idp.EF.Startup/SimpleIdServer.Saml.Idp.EF.Startup.csproj

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,9 @@
55
</PropertyGroup>
66
<ItemGroup>
77
<PackageReference Include="Microsoft.VisualStudio.Web.CodeGeneration.Design" Version="5.0.2" />
8+
<!--
89
<PackageReference Include="Microsoft.Web.LibraryManager.Build" Version="2.1.113" />
10+
-->
911
<PackageReference Include="Microsoft.AspNetCore.Mvc.NewtonsoftJson" Version="5.0.3" />
1012
<PackageReference Include="Microsoft.AspNetCore.Authentication.Certificate" Version="5.0.3" />
1113
<PackageReference Include="Microsoft.AspNetCore.Authentication.JwtBearer" Version="5.0.3" />

src/Saml/SimpleIdServer.Saml.Idp.Startup/SimpleIdServer.Saml.Idp.Startup.csproj

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,9 @@
55
</PropertyGroup>
66
<ItemGroup>
77
<PackageReference Include="Microsoft.VisualStudio.Web.CodeGeneration.Design" Version="5.0.2" />
8+
<!--
89
<PackageReference Include="Microsoft.Web.LibraryManager.Build" Version="2.1.113" />
10+
-->
911
<PackageReference Include="Microsoft.AspNetCore.Mvc.NewtonsoftJson" Version="5.0.3" />
1012
<PackageReference Include="Microsoft.AspNetCore.Authentication.Certificate" Version="5.0.3" />
1113
<PackageReference Include="Microsoft.AspNetCore.Authentication.JwtBearer" Version="5.0.3" />

src/Saml/SimpleIdServer.Saml.Sp.Startup/SimpleIdServer.Saml.Sp.Startup.csproj

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,9 @@
1010
</ItemGroup>
1111
<ItemGroup>
1212
<PackageReference Include="Microsoft.VisualStudio.Web.CodeGeneration.Design" Version="5.0.2" />
13+
<!--
1314
<PackageReference Include="Microsoft.Web.LibraryManager.Build" Version="2.1.113" />
15+
-->
1416
<PackageReference Include="Microsoft.AspNetCore.Mvc.NewtonsoftJson" Version="5.0.3" />
1517
<PackageReference Include="Microsoft.AspNetCore.Authentication.Certificate" Version="5.0.3" />
1618
<PackageReference Include="Microsoft.AspNetCore.Authentication.JwtBearer" Version="5.0.3" />

src/UMA/SimpleIdServer.Uma.Startup/SimpleIdServer.Uma.Startup.csproj

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,9 @@
55
</PropertyGroup>
66
<ItemGroup>
77
<PackageReference Include="Microsoft.VisualStudio.Web.CodeGeneration.Design" Version="5.0.2" />
8+
<!--
89
<PackageReference Include="Microsoft.Web.LibraryManager.Build" Version="2.1.113" />
10+
-->
911
<PackageReference Include="Microsoft.AspNetCore.Authentication.OpenIdConnect" Version="5.0.3" />
1012
<PackageReference Include="Microsoft.AspNetCore.Authentication.JwtBearer" Version="5.0.3" />
1113
<PackageReference Include="Microsoft.Extensions.Logging.Console" Version="5.0.0" />
@@ -14,7 +16,7 @@
1416

1517
<ItemGroup>
1618
<Folder Include="Views\Home\" />
17-
<Folder Include="wwwroot\lib\" />
19+
<Folder Include="wwwroot\" />
1820
</ItemGroup>
1921

2022
<ItemGroup>

0 commit comments

Comments
 (0)