Skip to content

Commit

Permalink
Reduces target framework
Browse files Browse the repository at this point in the history
  • Loading branch information
soenneker committed Feb 11, 2024
1 parent 9ee5682 commit 324aedf
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion Soenneker.Enums.DeployEnvironment.sln
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@

Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.5.33209.295
Expand Down Expand Up @@ -37,6 +36,9 @@ Global
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{D786EC1A-4F59-412F-8624-83E6E3525B0C} = {4E42254D-039C-40ED-B3F4-8C1A94A366D1}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {B849EC5C-B7B3-4C90-9B66-CBC15CCB776A}
EndGlobalSection
Expand Down
2 changes: 1 addition & 1 deletion src/Soenneker.Enums.DeployEnvironment.csproj
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFrameworks>net8.0</TargetFrameworks>
<TargetFrameworks>netstandard2.1</TargetFrameworks>
<Nullable>enable</Nullable>
<Platforms>AnyCPU</Platforms>
<NoWarn>$(NoWarn);1591</NoWarn>
Expand Down

0 comments on commit 324aedf

Please sign in to comment.