Skip to content

Commit

Permalink
Upgraded the project to .Net 6
Browse files Browse the repository at this point in the history
  • Loading branch information
Gaurav Agrawal authored and tylerezimmerman committed Jun 21, 2023
1 parent 2fd2122 commit 532f6e0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/Thycotic.SecretServer.psd1
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ Copyright = '(c) Delinea Professional Services. All rights reserved.'
Description = 'Interact with the Secret Server REST API'

# Minimum version of the PowerShell engine required by this module
PowerShellVersion = '7.3.4'
PowerShellVersion = '7.2.11'

# Name of the PowerShell host required by this module
# PowerShellHostName = ''
Expand Down
4 changes: 2 additions & 2 deletions src/Thycotic.SecretServer/Thycotic.SecretServer.csproj
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net7.0</TargetFramework>
<TargetFramework>net6.0</TargetFramework>
<PreserveCompilationContext>false</PreserveCompilationContext>
<RootNamespace>Thycotic.SecretServer</RootNamespace>
<PackageId>Thycotic.SecretServer</PackageId>
Expand All @@ -13,6 +13,6 @@
<ItemGroup>
<PackageReference Include="CsvHelper" Version="30.0.1" />
<PackageReference Include="RestSharp" Version="110.2.0" />
<PackageReference Include="System.Management.Automation" Version="7.3.4" />
<PackageReference Include="System.Management.Automation" Version="7.2.11" />
</ItemGroup>
</Project>

0 comments on commit 532f6e0

Please sign in to comment.