Skip to content

Commit 85f1776

Browse files
committed
Fix missing UI bundles.
1 parent e01412b commit 85f1776

File tree

70 files changed

+11
-25404
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

70 files changed

+11
-25404
lines changed

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -395,4 +395,5 @@ FodyWeavers.xsd
395395
*.msp
396396

397397
# JetBrains Rider
398-
*.sln.iml
398+
*.sln.iml
399+
nuget.exe

DynamicRoleBasedAuthorization.sln

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -29,10 +29,6 @@ Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SampleMvcWebWithUi", "sampl
2929
EndProject
3030
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "DynamicAuthorization.Mvc.MsSqlServerStore", "src\DynamicAuthorization.Mvc.MsSqlServerStore\DynamicAuthorization.Mvc.MsSqlServerStore.csproj", "{2CAEFC83-24BF-4C92-B6F1-B3C6714220F2}"
3131
EndProject
32-
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "netcore2.1", "netcore2.1", "{42149EE2-E873-4CBB-BAC0-791132031F46}"
33-
EndProject
34-
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SampleMvc2WebApp", "samples\netcore2.1\SampleMvc2WebApp\SampleMvc2WebApp.csproj", "{BB7818FD-9200-4FD7-83F7-90EB0034D2F9}"
35-
EndProject
3632
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "net6", "net6", "{316BAD5C-847E-4BD5-AA4C-E272DD109D31}"
3733
EndProject
3834
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SampleMvcWebWithUi", "samples\net6\SampleMvcWebWithUi\SampleMvcWebWithUi.csproj", "{09B590EC-D887-4517-A386-EBE88D3DB591}"
@@ -75,10 +71,6 @@ Global
7571
{2CAEFC83-24BF-4C92-B6F1-B3C6714220F2}.Debug|Any CPU.Build.0 = Debug|Any CPU
7672
{2CAEFC83-24BF-4C92-B6F1-B3C6714220F2}.Release|Any CPU.ActiveCfg = Release|Any CPU
7773
{2CAEFC83-24BF-4C92-B6F1-B3C6714220F2}.Release|Any CPU.Build.0 = Release|Any CPU
78-
{BB7818FD-9200-4FD7-83F7-90EB0034D2F9}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
79-
{BB7818FD-9200-4FD7-83F7-90EB0034D2F9}.Debug|Any CPU.Build.0 = Debug|Any CPU
80-
{BB7818FD-9200-4FD7-83F7-90EB0034D2F9}.Release|Any CPU.ActiveCfg = Release|Any CPU
81-
{BB7818FD-9200-4FD7-83F7-90EB0034D2F9}.Release|Any CPU.Build.0 = Release|Any CPU
8274
{09B590EC-D887-4517-A386-EBE88D3DB591}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
8375
{09B590EC-D887-4517-A386-EBE88D3DB591}.Debug|Any CPU.Build.0 = Debug|Any CPU
8476
{09B590EC-D887-4517-A386-EBE88D3DB591}.Release|Any CPU.ActiveCfg = Release|Any CPU
@@ -98,8 +90,6 @@ Global
9890
{85C709D5-793A-4068-9937-4749BCF34267} = {BAAF9837-1DB5-4032-AB2A-2901E6EE6EF8}
9991
{8CEDCB64-13BF-4AD1-B7F4-01A8BB42AB07} = {85C709D5-793A-4068-9937-4749BCF34267}
10092
{2CAEFC83-24BF-4C92-B6F1-B3C6714220F2} = {A7EEBB7E-C64D-4475-93D0-872E080A4E03}
101-
{42149EE2-E873-4CBB-BAC0-791132031F46} = {BAAF9837-1DB5-4032-AB2A-2901E6EE6EF8}
102-
{BB7818FD-9200-4FD7-83F7-90EB0034D2F9} = {42149EE2-E873-4CBB-BAC0-791132031F46}
10393
{316BAD5C-847E-4BD5-AA4C-E272DD109D31} = {BAAF9837-1DB5-4032-AB2A-2901E6EE6EF8}
10494
{09B590EC-D887-4517-A386-EBE88D3DB591} = {316BAD5C-847E-4BD5-AA4C-E272DD109D31}
10595
EndGlobalSection

samples/netcore2.1/SampleMvc2WebApp/Areas/Identity/Pages/_ViewStart.cshtml

Lines changed: 0 additions & 3 deletions
This file was deleted.

samples/netcore2.1/SampleMvc2WebApp/Controllers/HomeController.cs

Lines changed: 0 additions & 43 deletions
This file was deleted.

samples/netcore2.1/SampleMvc2WebApp/Data/ApplicationDbContext.cs

Lines changed: 0 additions & 16 deletions
This file was deleted.

samples/netcore2.1/SampleMvc2WebApp/Data/Migrations/00000000000000_CreateIdentitySchema.Designer.cs

Lines changed: 0 additions & 236 deletions
This file was deleted.

0 commit comments

Comments
 (0)