Skip to content

Commit

Permalink
Replace path separator in WindowsCertStore.csproj
Browse files Browse the repository at this point in the history
  • Loading branch information
fiddlermikey authored Sep 22, 2024
1 parent 2e6a111 commit f812466
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion IISU/WindowsCertStore.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<PropertyGroup>
<RootNamespace>Keyfactor.Extensions.Orchestrator.WindowsCertStore</RootNamespace>
<CopyLocalLockFileAssemblies>true</CopyLocalLockFileAssemblies>
<TargetFrameworks>NET6.0,NET8.0</TargetFrameworks>
<TargetFrameworks>NET6.0;NET8.0</TargetFrameworks>
<PlatformTarget>AnyCPU</PlatformTarget>
</PropertyGroup>

Expand Down

0 comments on commit f812466

Please sign in to comment.