Skip to content

Commit 8838b55

Browse files
committed
Python: Remove support for Legacy (25.6) [STUD-74234]
Remove legacy support for Python Remove legacy support for Java Remove legacy support for Database Remove legacy support for Credentials Remove legacy support for Cryptography Remove legacy support for FTP
1 parent af939e6 commit 8838b55

File tree

47 files changed

+141
-486
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

47 files changed

+141
-486
lines changed

Activities/Community.Activities.sln

+31-24
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

22
Microsoft Visual Studio Solution File, Format Version 12.00
3-
# Visual Studio Version 16
4-
VisualStudioVersion = 16.0.32002.261
3+
# Visual Studio Version 17
4+
VisualStudioVersion = 17.13.35931.197 d17.13
55
MinimumVisualStudioVersion = 10.0.40219.1
66
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".nuget", ".nuget", "{92E6CB4E-6542-419B-B674-7D8B9FB02BD2}"
77
ProjectSection(SolutionItems) = preProject
@@ -109,28 +109,6 @@ EndProject
109109
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "UiPath.Cryptography.Activities.Packaging", "Cryptography\UiPath.Cryptography.Activities.Packaging\UiPath.Cryptography.Activities.Packaging.csproj", "{8DBC2D68-9E11-415E-81A5-0FE91370E8E3}"
110110
EndProject
111111
Global
112-
GlobalSection(SharedMSBuildProjectFiles) = preSolution
113-
Python\UiPath.Python.Host.Shared\UiPath.Python.Host.Shared.projitems*{0fbf5f7e-2ae4-4f4a-84cb-26b3a9e3119c}*SharedItemsImports = 5
114-
Shared\UiPath.Shared.Service\UiPath.Shared.Service.projitems*{0fbf5f7e-2ae4-4f4a-84cb-26b3a9e3119c}*SharedItemsImports = 5
115-
Python\UiPath.Python.Host.Shared\UiPath.Python.Host.Shared.projitems*{25ff4279-6ee6-441e-9d40-a40db81cb57c}*SharedItemsImports = 13
116-
Shared\UiPath.Shared\UiPath.Shared.projitems*{2e040804-8ed9-4fb8-bb8a-4a38479e2a9e}*SharedItemsImports = 13
117-
Shared\UiPath.Shared.Activities\UiPath.Shared.Activities.projitems*{4e20c041-2f59-408e-adb3-0bcfab48de61}*SharedItemsImports = 13
118-
Shared\UiPath.Shared.Activities.Design\UiPath.Shared.Activities.Design.projitems*{5e102b9e-dcef-4d8b-8a02-3fdf0fcc0d59}*SharedItemsImports = 5
119-
Shared\UiPath.Shared.Activities\UiPath.Shared.Activities.projitems*{7421a593-343b-4d49-afbe-a1b8be179ce2}*SharedItemsImports = 5
120-
Shared\UiPath.Shared.Activities\UiPath.Shared.Activities.projitems*{7747a478-8986-4a56-8342-093752fc07c3}*SharedItemsImports = 5
121-
Shared\UiPath.Shared\UiPath.Shared.projitems*{7747a478-8986-4a56-8342-093752fc07c3}*SharedItemsImports = 5
122-
Shared\UiPath.Shared.Activities.Design\UiPath.Shared.Activities.Design.projitems*{7fe013fd-58bd-4d0d-a9d0-be7849ca4e65}*SharedItemsImports = 13
123-
Shared\UiPath.Shared\UiPath.Shared.projitems*{92e8345e-2ca1-439d-926d-d979893840f5}*SharedItemsImports = 5
124-
Shared\UiPath.Shared.Service\UiPath.Shared.Service.projitems*{a1783eab-5baf-49f1-8372-b467b57063cc}*SharedItemsImports = 5
125-
Shared\UiPath.Shared\UiPath.Shared.projitems*{a1783eab-5baf-49f1-8372-b467b57063cc}*SharedItemsImports = 5
126-
Shared\UiPath.Shared.Service\UiPath.Shared.Service.projitems*{a6a27646-4889-4f95-a0df-dd78d287388f}*SharedItemsImports = 13
127-
Python\UiPath.Python.Host.Shared\UiPath.Python.Host.Shared.projitems*{bcba78df-1513-44d3-83b3-37655a7f3887}*SharedItemsImports = 5
128-
Shared\UiPath.Shared.Service\UiPath.Shared.Service.projitems*{bcba78df-1513-44d3-83b3-37655a7f3887}*SharedItemsImports = 5
129-
Shared\UiPath.Shared.Activities.Design\UiPath.Shared.Activities.Design.projitems*{e116c90e-c6a0-4292-b1ff-e0746ffe95d5}*SharedItemsImports = 5
130-
Shared\UiPath.Shared.Activities\UiPath.Shared.Activities.projitems*{e270608b-ba9e-4972-a18e-34b93e6552b4}*SharedItemsImports = 5
131-
Shared\UiPath.Shared.Activities\UiPath.Shared.Activities.projitems*{e6d45fa7-57a7-4136-99c6-6ee89851f4cd}*SharedItemsImports = 5
132-
Shared\UiPath.Shared.Activities\UiPath.Shared.Activities.projitems*{fdfc92ee-090c-4e23-9422-f90eb94c43dd}*SharedItemsImports = 5
133-
EndGlobalSection
134112
GlobalSection(SolutionConfigurationPlatforms) = preSolution
135113
Debug|Any CPU = Debug|Any CPU
136114
Debug|x64 = Debug|x64
@@ -431,4 +409,33 @@ Global
431409
GlobalSection(ExtensibilityGlobals) = postSolution
432410
SolutionGuid = {80E44DEF-976F-46BF-9DD8-F07334768E20}
433411
EndGlobalSection
412+
GlobalSection(SharedMSBuildProjectFiles) = preSolution
413+
Python\UiPath.Python.Host.Shared\UiPath.Python.Host.Shared.projitems*{0fbf5f7e-2ae4-4f4a-84cb-26b3a9e3119c}*SharedItemsImports = 5
414+
Shared\UiPath.Shared.Service\UiPath.Shared.Service.projitems*{0fbf5f7e-2ae4-4f4a-84cb-26b3a9e3119c}*SharedItemsImports = 5
415+
Shared\UiPath.Shared\UiPath.Shared.projitems*{0fbf5f7e-2ae4-4f4a-84cb-26b3a9e3119c}*SharedItemsImports = 5
416+
Python\UiPath.Python.Host.Shared\UiPath.Python.Host.Shared.projitems*{25ff4279-6ee6-441e-9d40-a40db81cb57c}*SharedItemsImports = 13
417+
Shared\UiPath.Shared\UiPath.Shared.projitems*{2629567d-4737-4a1b-9876-f00c948270e3}*SharedItemsImports = 5
418+
Shared\UiPath.Shared\UiPath.Shared.projitems*{2e040804-8ed9-4fb8-bb8a-4a38479e2a9e}*SharedItemsImports = 13
419+
Shared\UiPath.Shared.Activities\UiPath.Shared.Activities.projitems*{4e20c041-2f59-408e-adb3-0bcfab48de61}*SharedItemsImports = 13
420+
Shared\UiPath.Shared.Activities.Design\UiPath.Shared.Activities.Design.projitems*{5e102b9e-dcef-4d8b-8a02-3fdf0fcc0d59}*SharedItemsImports = 5
421+
Shared\UiPath.Shared.Activities\UiPath.Shared.Activities.projitems*{7421a593-343b-4d49-afbe-a1b8be179ce2}*SharedItemsImports = 5
422+
Shared\UiPath.Shared.Activities\UiPath.Shared.Activities.projitems*{7747a478-8986-4a56-8342-093752fc07c3}*SharedItemsImports = 5
423+
Shared\UiPath.Shared\UiPath.Shared.projitems*{7747a478-8986-4a56-8342-093752fc07c3}*SharedItemsImports = 5
424+
Shared\UiPath.Shared.Activities.Design\UiPath.Shared.Activities.Design.projitems*{7fe013fd-58bd-4d0d-a9d0-be7849ca4e65}*SharedItemsImports = 13
425+
Shared\UiPath.Shared\UiPath.Shared.projitems*{92e8345e-2ca1-439d-926d-d979893840f5}*SharedItemsImports = 5
426+
Shared\UiPath.Shared.Service\UiPath.Shared.Service.projitems*{a1783eab-5baf-49f1-8372-b467b57063cc}*SharedItemsImports = 5
427+
Shared\UiPath.Shared\UiPath.Shared.projitems*{a1783eab-5baf-49f1-8372-b467b57063cc}*SharedItemsImports = 5
428+
Shared\UiPath.Shared.Service\UiPath.Shared.Service.projitems*{a6a27646-4889-4f95-a0df-dd78d287388f}*SharedItemsImports = 13
429+
Python\UiPath.Python.Host.Shared\UiPath.Python.Host.Shared.projitems*{bcba78df-1513-44d3-83b3-37655a7f3887}*SharedItemsImports = 5
430+
Shared\UiPath.Shared.Service\UiPath.Shared.Service.projitems*{bcba78df-1513-44d3-83b3-37655a7f3887}*SharedItemsImports = 5
431+
Shared\UiPath.Shared\UiPath.Shared.projitems*{bcba78df-1513-44d3-83b3-37655a7f3887}*SharedItemsImports = 5
432+
Shared\UiPath.Shared.Activities.Design\UiPath.Shared.Activities.Design.projitems*{e116c90e-c6a0-4292-b1ff-e0746ffe95d5}*SharedItemsImports = 5
433+
Shared\UiPath.Shared.Activities\UiPath.Shared.Activities.projitems*{e270608b-ba9e-4972-a18e-34b93e6552b4}*SharedItemsImports = 5
434+
Shared\UiPath.Shared\UiPath.Shared.projitems*{e270608b-ba9e-4972-a18e-34b93e6552b4}*SharedItemsImports = 5
435+
Shared\UiPath.Shared.Activities\UiPath.Shared.Activities.projitems*{e6d45fa7-57a7-4136-99c6-6ee89851f4cd}*SharedItemsImports = 5
436+
Shared\UiPath.Shared.Activities\UiPath.Shared.Activities.projitems*{f6a198c8-1940-4cae-a0d3-d4e707f3b0a3}*SharedItemsImports = 5
437+
Shared\UiPath.Shared\UiPath.Shared.projitems*{f6a198c8-1940-4cae-a0d3-d4e707f3b0a3}*SharedItemsImports = 5
438+
Shared\UiPath.Shared.Activities\UiPath.Shared.Activities.projitems*{fdfc92ee-090c-4e23-9422-f90eb94c43dd}*SharedItemsImports = 5
439+
Shared\UiPath.Shared\UiPath.Shared.projitems*{fdfc92ee-090c-4e23-9422-f90eb94c43dd}*SharedItemsImports = 5
440+
EndGlobalSection
434441
EndGlobal

Activities/Credentials/UiPath.Credentials.Activities.ViewModels/UiPath.Credentials.Activities.ViewModels.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<Import Project="..\Credentials.build.props" />
33

44
<PropertyGroup>
5-
<TargetFrameworks>net6.0;net6.0-windows</TargetFrameworks>
5+
<TargetFrameworks>net6.0-windows</TargetFrameworks>
66
<OutputPath>$(ProjectDir)..\..\Output\Activities\Credentials\</OutputPath>
77
<DefineConstants>VIEW_MODELS</DefineConstants>
88
<AssemblyName>UiPath.Credentials.Activities.ViewModels</AssemblyName>

Activities/Credentials/UiPath.Credentials.Activities/UiPath.Credentials.Activities.csproj

+2-22
Original file line numberDiff line numberDiff line change
@@ -3,34 +3,14 @@
33
<Import Project="..\Credentials.build.props" />
44

55
<PropertyGroup>
6-
<TargetFrameworks>net461;net6.0-windows</TargetFrameworks>
6+
<TargetFrameworks>net6.0-windows</TargetFrameworks>
77
<OutputPath>..\..\Output\Activities\Credentials\</OutputPath>
88
<GenerateAssemblyInfo>false</GenerateAssemblyInfo>
99
<UseWPF>true</UseWPF>
1010
<PackageId>UiPath.Credentials.Activities.Implementation</PackageId>
1111
<IsPackable>false</IsPackable>
1212
</PropertyGroup>
13-
14-
<ItemGroup Condition=" '$(TargetFramework)' == 'net461' ">
15-
<Reference Include="Microsoft.CSharp" />
16-
<Reference Include="System" />
17-
<Reference Include="System.Activities" />
18-
<Reference Include="System.Activities.Presentation" />
19-
<Reference Include="System.Core" />
20-
<Reference Include="System.Data" />
21-
<Reference Include="System.Runtime.Serialization" />
22-
<Reference Include="System.ServiceModel" />
23-
<Reference Include="System.ServiceModel.Activities" />
24-
<Reference Include="System.Xaml" />
25-
<Reference Include="System.Xml" />
26-
<Reference Include="System.Xml.Linq" />
27-
<Reference Include="WindowsBase" />
28-
</ItemGroup>
29-
30-
<ItemGroup Condition=" '$(TargetFramework)' == 'net461' ">
31-
<PackageReference Include="CredentialManagement" Version="1.0.2" />
32-
</ItemGroup>
33-
13+
3414
<ItemGroup Condition=" '$(TargetFramework)' == 'net6.0-windows' ">
3515
<PackageReference Include="UiPath.Workflow" />
3616
<PackageReference Include="System.Activities.Core.Presentation" />

Activities/Credentials/UiPath.Credentials.Packages/UiPath.Credentials.Packages.csproj

+5-9
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22
<Import Project="..\Credentials.build.props" />
33
<PropertyGroup>
4-
<TargetFrameworks>net461;net6.0-windows</TargetFrameworks>
4+
<TargetFrameworks>net6.0-windows</TargetFrameworks>
55
<OutputPath>$(ProjectDir)..\..\Output\Activities\Credentials\</OutputPath>
66
<VersionSuffix></VersionSuffix>
77
<!--leave empty for ci to replace with prelease tag-->
@@ -43,14 +43,10 @@
4343
<BuildOutputInPackage Include="$(OutputPath)zh-CN\UiPath.Credentials.Activities.resources.dll" TargetPath="zh-CN\UiPath.Credentials.Activities.resources.dll" />
4444
<BuildOutputInPackage Include="$(OutputPath)zh-TW\UiPath.Credentials.Activities.resources.dll" TargetPath="zh-TW\UiPath.Credentials.Activities.resources.dll" />
4545
</ItemGroup>
46-
<ItemGroup Condition=" '$(TargetFramework)' != 'net461' ">
46+
<ItemGroup>
4747
<BuildOutputInPackage Include="$(OutputPath)UiPath.Credentials.Activities.ViewModels.dll" />
48-
</ItemGroup>
49-
48+
</ItemGroup>
5049
</Target>
51-
<ItemGroup Condition=" '$(TargetFramework)' == 'net461' ">
52-
<PackageReference Include="CredentialManagement" Version="1.0.2" />
53-
</ItemGroup>
5450
<ItemGroup Condition=" '$(TargetFramework)' == 'net6.0-windows' ">
5551
<PackageReference Include="CredentialManagement.Standard" Version="1.0.4" />
5652
<PackageReference Include="System.Drawing.Common" />
@@ -62,13 +58,13 @@
6258
</ProjectReference>
6359
</ItemGroup>
6460

65-
<ItemGroup Condition=" '$(TargetFramework)' != 'net461' ">
61+
<ItemGroup>
6662
<ProjectReference Include="..\..\Credentials\UiPath.Credentials.Activities.ViewModels\UiPath.Credentials.Activities.ViewModels.csproj">
6763
<PrivateAssets>All</PrivateAssets>
6864
</ProjectReference>
6965
</ItemGroup>
7066

71-
<Target Name="PostBuild" AfterTargets="PostBuildEvent" Condition=" '$(TargetFramework)' == 'net461' AND $(ConfigurationName) == Debug ">
67+
<Target Name="PostBuild" AfterTargets="PostBuildEvent" Condition=" '$(TargetFramework)' == 'net6.0-windows' AND $(ConfigurationName) == Debug ">
7268
<Exec Command="if exist &quot;$(ProjectDir)..\..\Output\Activities\Packages\UiPath.Credentials.*&quot; del &quot;$(ProjectDir)..\..\Output\Activities\Packages\UiPath.Credentials.*&quot;&#xD;&#xA;&#xD;&#xA;&quot;powershell.exe&quot; -file &quot;$(ProjectDir)..\..\Tools\net.sdk\pack-project.ps1&quot; -projectPath &quot;$(ProjectPath)&quot; -outputPath &quot;$(ProjectDir)..\..\Output\Activities\Packages&quot; -suffix &quot;dev&quot;" />
7369
</Target>
7470
</Project>

Activities/Credentials/UiPath.Credentials.Tests/UiPath.Credentials.Tests.csproj

+1-12
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<PropertyGroup>
44
<Platform Condition=" '$(Platform)' == '' ">Any CPU</Platform>
55
<ProjectGuid>{D8B0D0D4-494A-4F82-9C73-D2E99F4228AB}</ProjectGuid>
6-
<TargetFrameworks>net461;net6.0-windows</TargetFrameworks>
6+
<TargetFrameworks>net6.0-windows</TargetFrameworks>
77
<AssemblyTitle>UiPath.Credentials.Tests</AssemblyTitle>
88
<Product>UiPath.Credentials.Tests</Product>
99
<OutputPath>..\..\OutputTests\Credentials\</OutputPath>
@@ -15,17 +15,6 @@
1515
<PackageReference Include="System.Activities.Core.Presentation" />
1616
</ItemGroup>
1717

18-
<ItemGroup Condition=" '$(TargetFramework)' == 'net461' ">
19-
<Reference Include="System.Activities" />
20-
<Reference Include="System.Activities.Presentation" />
21-
<Reference Include="System.Activities.Core.Presentation" />
22-
<Reference Include="System.ServiceModel" />
23-
<Reference Include="System.Xaml" />
24-
<Reference Include="WindowsBase" />
25-
<Reference Include="PresentationCore" />
26-
<Reference Include="PresentationFramework" />
27-
</ItemGroup>
28-
2918
<ItemGroup>
3019
<ProjectReference Include="..\UiPath.Credentials.Activities\UiPath.Credentials.Activities.csproj" />
3120
</ItemGroup>

Activities/Cryptography/UiPath.Cryptography.Activities.Design/UiPath.Cryptography.Activities.Design.csproj

+2-12
Original file line numberDiff line numberDiff line change
@@ -2,25 +2,15 @@
22
<Import Project="..\..\Shared\UiPath.Shared\UiPath.Shared.projitems" Label="Shared" />
33
<Import Project="..\Cryptography.build.props" />
44
<PropertyGroup>
5-
<TargetFrameworks>net461;net6.0-windows</TargetFrameworks>
5+
<TargetFrameworks>net6.0-windows</TargetFrameworks>
66
<OutputPath>$(ProjectDir)..\..\Output\Activities\Cryptography\</OutputPath>
77
<UseWPF>true</UseWPF>
88
</PropertyGroup>
9-
<ItemGroup Condition=" '$(TargetFramework)' != 'net461' ">
9+
<ItemGroup>
1010
<PackageReference Include="UiPath.Workflow.Runtime" />
1111
<PackageReference Include="UiPath.Workflow" />
1212
<PackageReference Include="System.Activities.Core.Presentation" />
1313
</ItemGroup>
14-
<ItemGroup Condition=" '$(TargetFramework)' == 'net461' ">
15-
<Reference Include="System.Activities" />
16-
<Reference Include="System.Activities.Presentation" />
17-
<Reference Include="System.Activities.Core.Presentation" />
18-
<Reference Include="System.ServiceModel" />
19-
<Reference Include="System.Xaml" />
20-
<Reference Include="WindowsBase" />
21-
<Reference Include="PresentationCore" />
22-
<Reference Include="PresentationFramework" />
23-
</ItemGroup>
2414
<ItemGroup>
2515
<Compile Include="..\..\Shared\UiPath.Activities.Presentation\ActivityDecoratorControl.cs" Link="Controls\ActivityDecoratorControl.cs" />
2616
<Compile Include="..\..\Shared\UiPath.Activities.Presentation\Controls\FilePathControl.xaml.cs" Link="Controls\FilePathControl.xaml.cs">

Activities/Cryptography/UiPath.Cryptography.Activities.Packaging/UiPath.Cryptography.Activities.Packaging.csproj

+2-6
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22
<Import Project="..\Cryptography.build.props" />
33
<PropertyGroup>
4-
<TargetFrameworks>net461;net6.0-windows;net6.0</TargetFrameworks>
4+
<TargetFrameworks>net6.0-windows;net6.0</TargetFrameworks>
55
<OutputPath>..\..\Output\Activities\Cryptography\</OutputPath>
66
<!--leave empty for ci to replace with prelease tag-->
77
<VersionSuffix></VersionSuffix>
@@ -40,11 +40,7 @@
4040
<PackageReference Include="System.Formats.Asn1" />
4141
</ItemGroup>
4242

43-
<ItemGroup Condition=" '$(TargetFramework)' == 'net461' ">
44-
<PackageReference Include="Portable.BouncyCastle" Version="1.8.8" />
45-
</ItemGroup>
46-
47-
<ItemGroup Condition=" '$(TargetFramework)' != 'net461' ">
43+
<ItemGroup>
4844
<PackageReference Include="System.Activities.ViewModels" />
4945
</ItemGroup>
5046

Activities/Cryptography/UiPath.Cryptography.Activities.Tests/UiPath.Cryptography.Activities.Tests.csproj

+1-11
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<PropertyGroup>
33
<Platform Condition=" '$(Platform)' == '' ">Any CPU</Platform>
44
<ProjectGuid>{32563B0E-C9B0-468F-85CC-04BB4802FE37}</ProjectGuid>
5-
<TargetFrameworks>net461;net6.0-windows</TargetFrameworks>
5+
<TargetFrameworks>net6.0-windows</TargetFrameworks>
66
<AssemblyTitle>UiPath.Cryptography.Activities.Tests</AssemblyTitle>
77
<Product>UiPath.Cryptography.Activities.Tests</Product>
88
<Copyright>Copyright © 2018</Copyright>
@@ -14,16 +14,6 @@
1414
<PackageReference Include="UiPath.Workflow" />
1515
<PackageReference Include="System.Activities.Core.Presentation" />
1616
</ItemGroup>
17-
<ItemGroup Condition=" '$(TargetFramework)' == 'net461' ">
18-
<Reference Include="System.Activities" />
19-
<Reference Include="System.Activities.Presentation" />
20-
<Reference Include="System.Activities.Core.Presentation" />
21-
<Reference Include="System.ServiceModel" />
22-
<Reference Include="System.Xaml" />
23-
<Reference Include="WindowsBase" />
24-
<Reference Include="PresentationCore" />
25-
<Reference Include="PresentationFramework" />
26-
</ItemGroup>
2717
<ItemGroup>
2818
<ProjectReference Include="..\UiPath.Cryptography.Activities\UiPath.Cryptography.Activities.csproj" />
2919
<ProjectReference Include="..\UiPath.Cryptography\UiPath.Cryptography.csproj" />

Activities/Cryptography/UiPath.Cryptography.Activities/UiPath.Cryptography.Activities.csproj

+2-9
Original file line numberDiff line numberDiff line change
@@ -2,17 +2,10 @@
22
<Import Project="..\Cryptography.build.props" />
33
<PropertyGroup>
44
<PackageId>.noconflict</PackageId>
5-
<TargetFrameworks>net461;net6.0</TargetFrameworks>
5+
<TargetFrameworks>net6.0</TargetFrameworks>
66
<OutputPath>..\..\Output\Activities\Cryptography\</OutputPath>
77
</PropertyGroup>
8-
<ItemGroup Condition=" '$(TargetFramework)' == 'net461' ">
9-
<Reference Include="System.Activities" />
10-
<Reference Include="System.Xaml" />
11-
<Reference Include="System.Data.DataSetExtensions" />
12-
<Reference Include="Microsoft.CSharp" />
13-
<Reference Include="System.Net.Http" />
14-
</ItemGroup>
15-
<ItemGroup Condition=" '$(TargetFramework)' != 'net461' ">
8+
<ItemGroup>
169
<PackageReference Include="UiPath.Workflow.Runtime" />
1710
<PackageReference Include="UiPath.Workflow" />
1811
<PackageReference Include="System.Activities.Metadata" />

Activities/Cryptography/UiPath.Cryptography/UiPath.Cryptography.csproj

+2-14
Original file line numberDiff line numberDiff line change
@@ -2,25 +2,13 @@
22
<Import Project="..\Cryptography.build.props" />
33

44
<PropertyGroup>
5-
<TargetFrameworks>net461;net6.0</TargetFrameworks>
5+
<TargetFrameworks>net6.0</TargetFrameworks>
66
<GenerateAssemblyInfo>false</GenerateAssemblyInfo>
77
<OutputPath>..\..\Output\Activities\Cryptography\</OutputPath>
88
</PropertyGroup>
99

1010
<Import Project="..\..\Shared\UiPath.Shared\UiPath.Shared.projitems" Label="Shared" />
11-
12-
<ItemGroup Condition=" '$(TargetFramework)' == 'net461' ">
13-
<Reference Include="System.ComponentModel.DataAnnotations" />
14-
<Reference Include="System.Xaml" />
15-
<Reference Include="System.Data.DataSetExtensions" />
16-
<Reference Include="Microsoft.CSharp" />
17-
<Reference Include="System.Net.Http" />
18-
</ItemGroup>
19-
20-
<ItemGroup Condition=" '$(TargetFramework)' == 'net461' ">
21-
<PackageReference Include="Portable.BouncyCastle" Version="1.8.8" />
22-
</ItemGroup>
23-
11+
2412
<ItemGroup Condition=" '$(TargetFramework)' == 'net6.0' ">
2513
<PackageReference Include="UiPath.Workflow.Runtime" />
2614
<PackageReference Include="UiPath.Workflow" />

Activities/Database/ConnectionDialog/UiPath.Data.ConnectionUI.Dialog/UiPath.Data.ConnectionUI.Dialog.csproj

+1-7
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<Project Sdk="Microsoft.NET.Sdk.WindowsDesktop" ToolsVersion="Current">
22
<PropertyGroup>
3-
<TargetFrameworks>net461;net6.0-windows</TargetFrameworks>
3+
<TargetFrameworks>net6.0-windows</TargetFrameworks>
44
<UseWPF>true</UseWPF>
55
<AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
66
<PreserveCompilationContext>true</PreserveCompilationContext>
@@ -41,12 +41,6 @@
4141
<Generator>MSBuild:Compile</Generator>
4242
</None>
4343
</ItemGroup>
44-
<ItemGroup Condition="'$(TargetFramework)' == 'net461'">
45-
<PackageReference Include="Oracle.ManagedDataAccess">
46-
<Version>19.20.0</Version>
47-
</PackageReference>
48-
<Reference Include="System.Configuration" />
49-
</ItemGroup>
5044
<ItemGroup Condition="'$(TargetFramework)' == 'net6.0-windows'">
5145
<PackageReference Include="Oracle.ManagedDataAccess.Core">
5246
<Version>3.21.90</Version>

Activities/Database/Database.build.props

-8
Original file line numberDiff line numberDiff line change
@@ -14,14 +14,6 @@
1414
<PropertyGroup Condition="'$(IsTestProject)' != 'true'">
1515
<TreatWarningsAsErrors>false</TreatWarningsAsErrors>
1616
</PropertyGroup>
17-
<PropertyGroup Condition="'$(Configuration)|$(TargetFramework)'=='Debug|net461'">
18-
<DebugType>full</DebugType>
19-
<DebugSymbols>true</DebugSymbols>
20-
</PropertyGroup>
21-
<PropertyGroup Condition="'$(Configuration)|$(TargetFramework)'=='Release|net461'">
22-
<DebugType>pdbonly</DebugType>
23-
<Optimize>true</Optimize>
24-
</PropertyGroup>
2517
<PropertyGroup Condition="'$(Configuration)'=='Release'">
2618
<IsConfigurationRelease>true</IsConfigurationRelease>
2719
</PropertyGroup>

0 commit comments

Comments
 (0)