Skip to content

Commit

Permalink
Net 8
Browse files Browse the repository at this point in the history
  • Loading branch information
stevehjohn committed May 4, 2024
1 parent 54e5148 commit cf7327a
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 3 deletions.
Binary file added .DS_Store
Binary file not shown.
Binary file added src/.DS_Store
Binary file not shown.
2 changes: 1 addition & 1 deletion src/Security.Console/Security.Console.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net7.0</TargetFramework>
<TargetFramework>net8.0</TargetFramework>
<Authors>Steve John</Authors>
<Company>Outside Context Problem</Company>
<LangVersion>11</LangVersion>
Expand Down
2 changes: 1 addition & 1 deletion src/Security.Tests/Security.Tests.csproj
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFramework>net7.0</TargetFramework>
<TargetFramework>net8.0</TargetFramework>
<LangVersion>11</LangVersion>
</PropertyGroup>

Expand Down
3 changes: 2 additions & 1 deletion src/Security/Security.csproj
Original file line number Diff line number Diff line change
@@ -1,14 +1,15 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFramework>net7.0</TargetFramework>
<TargetFramework>net8.0</TargetFramework>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<Authors>Stevo John</Authors>
<Description>Various useful crypto/security related functions.</Description>
<Copyright>MIT</Copyright>
<RepositoryUrl>https://github.com/stevehjohn/Security</RepositoryUrl>
<LangVersion>11</LangVersion>
<PackageId>Ocp.Security</PackageId>
<Version>1.0.1</Version>
</PropertyGroup>

<ItemGroup>
Expand Down

0 comments on commit cf7327a

Please sign in to comment.