From a5e4b4337c63864cdaa15b1683e2eaf3b018509a Mon Sep 17 00:00:00 2001 From: Alex Hedley Date: Mon, 23 Dec 2024 09:48:03 +0000 Subject: [PATCH] Dependency Updates --- src/Blashing.Client/Blashing.Client.csproj | 2 +- src/Blashing.Core.Tests/Blashing.Core.Tests.csproj | 8 ++++---- src/Blashing.sln | 7 ++++++- 3 files changed, 11 insertions(+), 6 deletions(-) diff --git a/src/Blashing.Client/Blashing.Client.csproj b/src/Blashing.Client/Blashing.Client.csproj index dd1538d..db8a2bd 100644 --- a/src/Blashing.Client/Blashing.Client.csproj +++ b/src/Blashing.Client/Blashing.Client.csproj @@ -15,7 +15,7 @@ - + diff --git a/src/Blashing.Core.Tests/Blashing.Core.Tests.csproj b/src/Blashing.Core.Tests/Blashing.Core.Tests.csproj index e5bc453..69a958e 100644 --- a/src/Blashing.Core.Tests/Blashing.Core.Tests.csproj +++ b/src/Blashing.Core.Tests/Blashing.Core.Tests.csproj @@ -11,12 +11,12 @@ - - - + + + - + runtime; build; native; contentfiles; analyzers; buildtransitive all diff --git a/src/Blashing.sln b/src/Blashing.sln index 8ce47d4..7d4a8d2 100644 --- a/src/Blashing.sln +++ b/src/Blashing.sln @@ -1,4 +1,3 @@ - Microsoft Visual Studio Solution File, Format Version 12.00 # Visual Studio Version 17 VisualStudioVersion = 17.6.33712.159 @@ -11,6 +10,12 @@ Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Blashing.Core.Tests", "Blas EndProject Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Blashing.Client", "Blashing.Client\Blashing.Client.csproj", "{77BD090A-0069-4437-A6DF-AF0E802EF36C}" EndProject +Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "GitHub", "GitHub", "{5FC49982-D13C-47B9-A1D7-933224EF09E5}" + ProjectSection(SolutionItems) = preProject + ..\.github\workflows\build-test.yml = ..\.github\workflows\build-test.yml + ..\.github\workflows\deploy-site.yml = ..\.github\workflows\deploy-site.yml + EndProjectSection +EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution Debug|Any CPU = Debug|Any CPU