diff --git a/PowerShell/Devolutions.MsRdpEx.PowerShell.csproj b/PowerShell/Devolutions.MsRdpEx.PowerShell.csproj index 391bdd1..bf77466 100644 --- a/PowerShell/Devolutions.MsRdpEx.PowerShell.csproj +++ b/PowerShell/Devolutions.MsRdpEx.PowerShell.csproj @@ -1,6 +1,7 @@ + true net48 true Devolutions.MsRdpEx.PowerShell diff --git a/PowerShell/packages.lock.json b/PowerShell/packages.lock.json new file mode 100644 index 0000000..9ff0ffd --- /dev/null +++ b/PowerShell/packages.lock.json @@ -0,0 +1,33 @@ +{ + "version": 1, + "dependencies": { + ".NETFramework,Version=v4.8": { + "Devolutions.MsRdpEx": { + "type": "Direct", + "requested": "[2022.1.18.2, )", + "resolved": "2022.1.24", + "contentHash": "zUhuNeCJOlgO0iho9JbyFeoagGE9belZKKKSJakwtvewTCk+G1L3T3bTr3J/xLO1tE3kSBlakJQD8ol11+ExKQ==" + }, + "Microsoft.NETFramework.ReferenceAssemblies": { + "type": "Direct", + "requested": "[1.0.3, )", + "resolved": "1.0.3", + "contentHash": "vUc9Npcs14QsyOD01tnv/m8sQUnGTGOw1BCmKcv77LBJY7OxhJ+zJF7UD/sCL3lYNFuqmQEVlkfS4Quif6FyYg==", + "dependencies": { + "Microsoft.NETFramework.ReferenceAssemblies.net48": "1.0.3" + } + }, + "PowerShellStandard.Library": { + "type": "Direct", + "requested": "[5.1.0, )", + "resolved": "5.1.0", + "contentHash": "iYaRvQsM1fow9h3uEmio+2m2VXfulgI16AYHaTZ8Sf7erGe27Qc8w/h6QL5UPuwv1aXR40QfzMEwcCeiYJp2cw==" + }, + "Microsoft.NETFramework.ReferenceAssemblies.net48": { + "type": "Transitive", + "resolved": "1.0.3", + "contentHash": "zMk4D+9zyiEWByyQ7oPImPN/Jhpj166Ky0Nlla4eXlNL8hI/BtSJsgR8Inldd4NNpIAH3oh8yym0W2DrhXdSLQ==" + } + } + } +} \ No newline at end of file diff --git a/dotnet/AxInterop.MSTSCLib/AxInterop.MSTSCLib.csproj b/dotnet/AxInterop.MSTSCLib/AxInterop.MSTSCLib.csproj index 952ea9d..c2f6fbb 100644 --- a/dotnet/AxInterop.MSTSCLib/AxInterop.MSTSCLib.csproj +++ b/dotnet/AxInterop.MSTSCLib/AxInterop.MSTSCLib.csproj @@ -2,6 +2,7 @@ + true AxInterop.MSTSCLib AxInterop.MSTSCLib 1.0.0.0 diff --git a/dotnet/Devolutions.MsRdpEx/Devolutions.MsRdpEx.csproj b/dotnet/Devolutions.MsRdpEx/Devolutions.MsRdpEx.csproj index da80b94..54f8b99 100644 --- a/dotnet/Devolutions.MsRdpEx/Devolutions.MsRdpEx.csproj +++ b/dotnet/Devolutions.MsRdpEx/Devolutions.MsRdpEx.csproj @@ -2,6 +2,7 @@ + true Devolutions.MsRdpEx Devolutions.MsRdpEx 1.0.0.0 diff --git a/dotnet/MsRdpEx_App/MsRdpEx_App.csproj b/dotnet/MsRdpEx_App/MsRdpEx_App.csproj index 5b911ad..155d18a 100644 --- a/dotnet/MsRdpEx_App/MsRdpEx_App.csproj +++ b/dotnet/MsRdpEx_App/MsRdpEx_App.csproj @@ -1,6 +1,7 @@  + true WinExe Win32;x64;ARM64 net8.0-windows