From 52b7423ece2f8cbff15c2d5dc8bd3256a853b221 Mon Sep 17 00:00:00 2001 From: Chris Ayers Date: Tue, 31 Oct 2023 09:29:47 -0400 Subject: [PATCH] minor file updates --- .github/workflows/03-steps.yml | 2 +- dotnet-sample/dotnet-sample.sln | 25 +++++++++++++++++++++++++ 2 files changed, 26 insertions(+), 1 deletion(-) create mode 100644 dotnet-sample/dotnet-sample.sln diff --git a/.github/workflows/03-steps.yml b/.github/workflows/03-steps.yml index 32e6f94..e9745e9 100644 --- a/.github/workflows/03-steps.yml +++ b/.github/workflows/03-steps.yml @@ -52,7 +52,7 @@ jobs: # Reference a specific commit - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # Reference the major version of a release - - uses: actions/checkout@v4.1.1 + - uses: actions/checkout@v4 # Reference a specific version - uses: actions/checkout@v4.1.1 # Reference a branch diff --git a/dotnet-sample/dotnet-sample.sln b/dotnet-sample/dotnet-sample.sln new file mode 100644 index 0000000..af6c306 --- /dev/null +++ b/dotnet-sample/dotnet-sample.sln @@ -0,0 +1,25 @@ + +Microsoft Visual Studio Solution File, Format Version 12.00 +# Visual Studio Version 17 +VisualStudioVersion = 17.5.002.0 +MinimumVisualStudioVersion = 10.0.40219.1 +Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "dotnet-sample", "dotnet-sample.csproj", "{9F64ACA8-AC68-4997-8BCB-9DDC42A84792}" +EndProject +Global + GlobalSection(SolutionConfigurationPlatforms) = preSolution + Debug|Any CPU = Debug|Any CPU + Release|Any CPU = Release|Any CPU + EndGlobalSection + GlobalSection(ProjectConfigurationPlatforms) = postSolution + {9F64ACA8-AC68-4997-8BCB-9DDC42A84792}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {9F64ACA8-AC68-4997-8BCB-9DDC42A84792}.Debug|Any CPU.Build.0 = Debug|Any CPU + {9F64ACA8-AC68-4997-8BCB-9DDC42A84792}.Release|Any CPU.ActiveCfg = Release|Any CPU + {9F64ACA8-AC68-4997-8BCB-9DDC42A84792}.Release|Any CPU.Build.0 = Release|Any CPU + EndGlobalSection + GlobalSection(SolutionProperties) = preSolution + HideSolutionNode = FALSE + EndGlobalSection + GlobalSection(ExtensibilityGlobals) = postSolution + SolutionGuid = {0C410A2A-5BA9-41BD-AFC4-220FD9EA110F} + EndGlobalSection +EndGlobal