Skip to content

Commit 930326e

Browse files
committed
Remove Skyline.DataMiner.Utils.SecureCoding and only use the Analyzer
1 parent 58d5a14 commit 930326e

File tree

6 files changed

+1
-11
lines changed

6 files changed

+1
-11
lines changed

working/templates/automationsolution/$SCRIPTNAME$_1/$SCRIPTNAME$_1.csproj

-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@
1616
</PropertyGroup>
1717
<ItemGroup>
1818
<PackageReference Include="Skyline.DataMiner.Dev.Automation" Version="10.2.0.25" />
19-
<PackageReference Include="Skyline.DataMiner.Utils.SecureCoding" Version="1.0.0" />
2019
<PackageReference Include="Skyline.DataMiner.Utils.SecureCoding.Analyzers" Version="1.0.0">
2120
<PrivateAssets>all</PrivateAssets>
2221
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>

working/templates/connectorsolution/QAction_1/QAction_1.csproj

-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@
88
</ItemGroup>
99
<ItemGroup>
1010
<PackageReference Include="Skyline.DataMiner.Dev.Protocol" Version="10.2.0.25" />
11-
<PackageReference Include="Skyline.DataMiner.Utils.SecureCoding" Version="1.0.0" />
1211
<PackageReference Include="Skyline.DataMiner.Utils.SecureCoding.Analyzers" Version="1.0.0">
1312
<PrivateAssets>all</PrivateAssets>
1413
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>

working/templates/connectorsolution/QAction_2/QAction_2.csproj

-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@
88
</ItemGroup>
99
<ItemGroup>
1010
<PackageReference Include="Skyline.DataMiner.Dev.Protocol" Version="10.2.0.25" />
11-
<PackageReference Include="Skyline.DataMiner.Utils.SecureCoding" Version="1.0.0" />
1211
<PackageReference Include="Skyline.DataMiner.Utils.SecureCoding.Analyzers" Version="1.0.0">
1312
<PrivateAssets>all</PrivateAssets>
1413
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>

working/templates/connectorsolution/QAction_Helper/QAction_Helper.csproj

-5
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,6 @@
77
</PropertyGroup>
88
<ItemGroup>
99
<PackageReference Include="Skyline.DataMiner.Dev.Protocol" Version="10.2.0.25" />
10-
<PackageReference Include="Skyline.DataMiner.Utils.SecureCoding" Version="1.0.0" />
11-
<PackageReference Include="Skyline.DataMiner.Utils.SecureCoding.Analyzers" Version="1.0.0">
12-
<PrivateAssets>all</PrivateAssets>
13-
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
14-
</PackageReference>
1510
</ItemGroup>
1611
<ProjectExtensions>
1712
<VisualStudio>

working/templates/gqi-ad-hoc-data-source-solution/$SCRIPTNAME$_1/$SCRIPTNAME$_1.csproj

+1-2
Original file line numberDiff line numberDiff line change
@@ -19,12 +19,11 @@
1919
<PackageReference Include="Skyline.DataMiner.Dev.Automation" Version="10.4.4.2" />
2020
<!--#else-->
2121
<PackageReference Include="Skyline.DataMiner.Dev.Automation" Version="10.2.5.5" />
22-
<PackageReference Include="Skyline.DataMiner.Utils.SecureCoding" Version="1.0.0" />
22+
<!--#endif-->
2323
<PackageReference Include="Skyline.DataMiner.Utils.SecureCoding.Analyzers" Version="1.0.0">
2424
<PrivateAssets>all</PrivateAssets>
2525
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
2626
</PackageReference>
27-
<!--#endif-->
2827
</ItemGroup>
2928
<ProjectExtensions>
3029
<VisualStudio>

working/templates/userdefinedAPIsolution/$SCRIPTNAME$_1/$SCRIPTNAME$_1.csproj

-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@
1616
</PropertyGroup>
1717
<ItemGroup>
1818
<PackageReference Include="Skyline.DataMiner.Dev.Automation" Version="10.3.6" />
19-
<PackageReference Include="Skyline.DataMiner.Utils.SecureCoding" Version="1.0.0" />
2019
<PackageReference Include="Skyline.DataMiner.Utils.SecureCoding.Analyzers" Version="1.0.0">
2120
<PrivateAssets>all</PrivateAssets>
2221
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>

0 commit comments

Comments
 (0)