|
9 | 9 | <AppDesignerFolder>Properties</AppDesignerFolder> |
10 | 10 | <RootNamespace>Datapower</RootNamespace> |
11 | 11 | <AssemblyName>DatapowerAnyAgent</AssemblyName> |
12 | | - <TargetFrameworkVersion>v4.6.2</TargetFrameworkVersion> |
| 12 | + <TargetFrameworkVersion>v4.7.2</TargetFrameworkVersion> |
13 | 13 | <FileAlignment>512</FileAlignment> |
14 | 14 | <SccProjectName>SAK</SccProjectName> |
15 | 15 | <SccLocalPath>SAK</SccLocalPath> |
16 | 16 | <SccAuxPath>SAK</SccAuxPath> |
17 | 17 | <SccProvider>SAK</SccProvider> |
| 18 | + <TargetFrameworkProfile /> |
18 | 19 | </PropertyGroup> |
19 | 20 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> |
20 | 21 | <DebugSymbols>true</DebugSymbols> |
|
61 | 62 | </ItemGroup> |
62 | 63 | <ItemGroup> |
63 | 64 | <PackageReference Include="BouncyCastle"> |
64 | | - <Version>1.8.1</Version> |
| 65 | + <Version>1.8.5</Version> |
65 | 66 | </PackageReference> |
66 | 67 | <PackageReference Include="Common.Logging"> |
67 | 68 | <Version>3.4.1</Version> |
|
75 | 76 | <PackageReference Include="CSS.Common"> |
76 | 77 | <Version>1.6.0</Version> |
77 | 78 | </PackageReference> |
78 | | - <PackageReference Include="CSS.Logging.NLog"> |
79 | | - <Version>1.0.1</Version> |
80 | | - </PackageReference> |
81 | 79 | <PackageReference Include="CSS.PKI"> |
82 | | - <Version>1.0.0</Version> |
| 80 | + <Version>2.9.3</Version> |
83 | 81 | </PackageReference> |
84 | 82 | <PackageReference Include="Keyfactor.Platform.Extensions.Agents"> |
85 | 83 | <Version>1.0.1</Version> |
|
107 | 105 | </PackageReference> |
108 | 106 | </ItemGroup> |
109 | 107 | <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> |
| 108 | + <PropertyGroup> |
| 109 | + <PostBuildEvent>xcopy /y $(SolutionDir)DataPower.API\$(OutDir)Keyfactor.Extensions.Pam.Config.exe.config $(TargetDir) |
| 110 | +xcopy /y $(SolutionDir)DataPower.API\$(OutDir)Keyfactor.Extensions.Pam.Utilities.dll.config $(TargetDir)</PostBuildEvent> |
| 111 | + </PropertyGroup> |
110 | 112 | <!-- To modify your build process, add your task inside one of the targets below and uncomment it. |
111 | 113 | Other similar extension points exist, see Microsoft.Common.targets. |
112 | 114 | <Target Name="BeforeBuild"> |
|
0 commit comments