Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

updates from main #231

Merged
merged 28 commits into from
Feb 8, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
28 commits
Select commit Hold shift + click to select a range
9e10384
.NET 8 update ch24 WebSampleApp
christiannagel Jun 15, 2024
23edb8f
.net 8 angular updates ch24
christiannagel Jun 15, 2024
80fdf44
.net 8 react update ch24
christiannagel Jun 15, 2024
85b69b9
Merge branch 'main' of https://github.com/ProfessionalCSharp/Professi…
christiannagel Jun 15, 2024
a32ac29
Bump Azure.Identity in /2_Libs/Security/X509CertificateSample
dependabot[bot] Jun 15, 2024
d497ff3
dotnet8 simple host ch24
christiannagel Jun 15, 2024
4ffc77f
dotnet8updates.md ch24
christiannagel Jun 15, 2024
6e087e3
Merge pull request #215 from ProfessionalCSharp/dependabot/nuget/2_Li…
christiannagel Jun 15, 2024
8acac8b
Bump braces in /3_Web/ASPNETCore/AngularSample/ClientApp
dependabot[bot] Jun 18, 2024
0c0e2a8
Bump micromatch in /3_Web/ASPNETCore/ReactSample/ClientApp
dependabot[bot] Sep 11, 2024
c4478fe
Merge pull request #219 from ProfessionalCSharp/dependabot/npm_and_ya…
christiannagel Sep 12, 2024
60b6f1f
Merge pull request #216 from ProfessionalCSharp/dependabot/npm_and_ya…
christiannagel Sep 12, 2024
e371c50
Bump serve-static and express
dependabot[bot] Sep 17, 2024
08bac6f
Merge pull request #220 from ProfessionalCSharp/dependabot/npm_and_ya…
christiannagel Sep 18, 2024
7a15cbf
Bump rollup in /3_Web/ASPNETCore/ReactSample/ClientApp
dependabot[bot] Sep 29, 2024
18837f3
Bump cookie, socket.io and express
dependabot[bot] Oct 10, 2024
2fb4c58
Bump cookie and express in /3_Web/ASPNETCore/ReactSample/ClientApp
dependabot[bot] Oct 18, 2024
5bff2d9
Merge pull request #226 from ProfessionalCSharp/dependabot/npm_and_ya…
christiannagel Oct 19, 2024
5431d8d
Merge pull request #225 from ProfessionalCSharp/dependabot/npm_and_ya…
christiannagel Oct 19, 2024
620bc92
Merge pull request #224 from ProfessionalCSharp/dependabot/npm_and_ya…
christiannagel Oct 19, 2024
1fc9930
update windows service to .net 8
christiannagel Oct 25, 2024
eb2fb17
Merge pull request #227 from ProfessionalCSharp/windowsservices-dotnet8
christiannagel Oct 25, 2024
624fd36
Bump http-proxy-middleware in /3_Web/ASPNETCore/ReactSample/ClientApp
dependabot[bot] Oct 28, 2024
15df90e
Merge pull request #228 from ProfessionalCSharp/dependabot/npm_and_ya…
christiannagel Oct 28, 2024
edc2e77
Bump path-to-regexp and express
dependabot[bot] Dec 6, 2024
4411e71
Merge pull request #229 from ProfessionalCSharp/dependabot/npm_and_ya…
christiannagel Dec 6, 2024
f7658b4
Bump nanoid in /3_Web/ASPNETCore/ReactSample/ClientApp
dependabot[bot] Dec 14, 2024
84e3a23
Merge pull request #230 from ProfessionalCSharp/dependabot/npm_and_ya…
christiannagel Feb 5, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Azure.Identity" Version="1.11.0" />
<PackageReference Include="Azure.Identity" Version="1.11.4" />
<PackageReference Include="Azure.Security.KeyVault.Certificates" Version="4.5.1" />
<PackageReference Include="Azure.Security.KeyVault.Secrets" Version="4.5.0" />
<PackageReference Include="Microsoft.Extensions.Hosting" Version="8.0.0" />
Expand Down
2 changes: 0 additions & 2 deletions 3_Web/ASPNETCore/AngularSample/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,6 @@
*.userosscache
*.sln.docstates

cache

# User-specific files (MonoDevelop/Xamarin Studio)
*.userprefs

Expand Down
4 changes: 2 additions & 2 deletions 3_Web/ASPNETCore/AngularSample/AngularSample.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@
<Nullable>enable</Nullable>
<IsPackable>false</IsPackable>
<SpaRoot>ClientApp\</SpaRoot>
<SpaProxyServerUrl>https://localhost:44471</SpaProxyServerUrl>
<SpaProxyServerUrl>https://localhost:44443</SpaProxyServerUrl>
<SpaProxyLaunchCommand>npm start</SpaProxyLaunchCommand>
<ImplicitUsings>enable</ImplicitUsings>
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Microsoft.AspNetCore.SpaProxy" Version="7.0.5" />
<PackageReference Include="Microsoft.AspNetCore.SpaProxy" Version="7.0.18" />
</ItemGroup>

<ItemGroup>
Expand Down
15 changes: 7 additions & 8 deletions 3_Web/ASPNETCore/AngularSample/AngularSample.sln
Original file line number Diff line number Diff line change
@@ -1,25 +1,24 @@

Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.6.33617.297
VisualStudioVersion = 17.11.35005.142
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "AngularSample", "AngularSample.csproj", "{5B72061C-D51E-4811-A866-8D1844E76F56}"
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "AngularSample", "AngularSample.csproj", "{939AF47A-0ACE-4158-9C2C-3D67775FB5F3}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{5B72061C-D51E-4811-A866-8D1844E76F56}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{5B72061C-D51E-4811-A866-8D1844E76F56}.Debug|Any CPU.Build.0 = Debug|Any CPU
{5B72061C-D51E-4811-A866-8D1844E76F56}.Release|Any CPU.ActiveCfg = Release|Any CPU
{5B72061C-D51E-4811-A866-8D1844E76F56}.Release|Any CPU.Build.0 = Release|Any CPU
{939AF47A-0ACE-4158-9C2C-3D67775FB5F3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{939AF47A-0ACE-4158-9C2C-3D67775FB5F3}.Debug|Any CPU.Build.0 = Debug|Any CPU
{939AF47A-0ACE-4158-9C2C-3D67775FB5F3}.Release|Any CPU.ActiveCfg = Release|Any CPU
{939AF47A-0ACE-4158-9C2C-3D67775FB5F3}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {3598DF52-EA84-4111-A8E7-91BBCC7DD4B4}
SolutionGuid = {810CF0FD-178B-4C48-921F-76438B32B4FC}
EndGlobalSection
EndGlobal
9 changes: 3 additions & 6 deletions 3_Web/ASPNETCore/AngularSample/ClientApp/angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@
"budgets": [
{
"type": "initial",
"maximumWarning": "500kb",
"maximumError": "1mb"
"maximumWarning": "1mb",
"maximumError": "2mb"
},
{
"type": "anyComponentStyle",
Expand Down Expand Up @@ -132,8 +132,5 @@
}
}
},
"defaultProject": "AngularSample",
"cli": {
"analytics": "fd540459-143b-4d53-a086-f483f83d1848"
}
"defaultProject": "AngularSample"
}
Loading
Loading