Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion AI - Commtia DAB/AI - Commtia DAB.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<Exec Command="python &quot;$(SolutionDir)/create_dmprotocol.py&quot; --output-dir &quot;$(SolutionDir)/$(SolutionName)/SetupContent/Protocols&quot; --package-name &quot;$(ProjectName)&quot; &quot;$(ProjectDir)/Files&quot;" />
</Target>
<ItemGroup>
<PackageReference Include="Skyline.DataMiner.Utils.SecureCoding.Analyzers" Version="2.2.1">
<PackageReference Include="Skyline.DataMiner.Utils.SecureCoding.Analyzers" Version="2.2.3">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
Expand Down
4 changes: 2 additions & 2 deletions Add Shared Model Group/RAD API Solution.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@
<VersionComment>Initial Version</VersionComment>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Skyline.DataMiner.Core.DataMinerSystem.Automation" Version="1.1.3.7-scheduler.rc.1" />
<PackageReference Include="Skyline.DataMiner.Core.DataMinerSystem.Automation" Version="1.1.3.8" />
<PackageReference Include="Skyline.DataMiner.Dev.Automation" Version="10.6.1" />
<PackageReference Include="Skyline.DataMiner.Utils.SecureCoding.Analyzers" Version="2.2.1">
<PackageReference Include="Skyline.DataMiner.Utils.SecureCoding.Analyzers" Version="2.2.3">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
Expand Down
4 changes: 2 additions & 2 deletions Add Single Groups/RAD API Exercise.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@
<VersionComment>Initial Version</VersionComment>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Skyline.DataMiner.Core.DataMinerSystem.Automation" Version="1.1.3.7-scheduler.rc.1" />
<PackageReference Include="Skyline.DataMiner.Core.DataMinerSystem.Automation" Version="1.1.3.8" />
<PackageReference Include="Skyline.DataMiner.Dev.Automation" Version="10.6.1" />
<PackageReference Include="Skyline.DataMiner.Utils.SecureCoding.Analyzers" Version="2.2.1">
<PackageReference Include="Skyline.DataMiner.Utils.SecureCoding.Analyzers" Version="2.2.3">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,10 @@
<UserSecretsId>0e1c366c-91cf-4e2d-80c0-482608aa23ee</UserSecretsId>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Skyline.DataMiner.Core.AppPackageInstaller" Version="3.3.0" />
<PackageReference Include="Skyline.DataMiner.Core.DataMinerSystem.Automation" Version="1.1.3.8-monitors.rc.1" />
<PackageReference Include="Skyline.DataMiner.Core.AppPackageInstaller" Version="4.0.0" />
<PackageReference Include="Skyline.DataMiner.Core.DataMinerSystem.Automation" Version="1.1.3.8" />
<PackageReference Include="Skyline.DataMiner.Dev.Automation" Version="10.3.0.25" />
<PackageReference Include="Skyline.DataMiner.Utils.SecureCoding.Analyzers" Version="2.2.1">
<PackageReference Include="Skyline.DataMiner.Utils.SecureCoding.Analyzers" Version="2.2.3">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
Expand Down
10 changes: 5 additions & 5 deletions SLC_TextAnalysis_Prompt/SLC_TextAnalysis_Prompt.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@
<VersionComment>Initial Version</VersionComment>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
<PackageReference Include="Skyline.DataMiner.Dev.Automation" Version="10.6.2.2" />
<PackageReference Include="Skyline.DataMiner.Utils.InteractiveAutomationScriptToolkit" Version="10.5.5.1" />
<PackageReference Include="Skyline.DataMiner.Utils.SecureCoding" Version="2.2.1" />
<PackageReference Include="Skyline.DataMiner.Utils.SecureCoding.Analyzers" Version="2.2.1">
<PackageReference Include="Newtonsoft.Json" Version="13.0.4" />
<PackageReference Include="Skyline.DataMiner.Dev.Automation" Version="10.6.3" />
<PackageReference Include="Skyline.DataMiner.Utils.InteractiveAutomationScriptToolkit" Version="10.6.3.5" />
<PackageReference Include="Skyline.DataMiner.Utils.SecureCoding" Version="2.2.3" />
<PackageReference Include="Skyline.DataMiner.Utils.SecureCoding.Analyzers" Version="2.2.3">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
Expand Down
6 changes: 3 additions & 3 deletions global.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"msbuild-sdks": {
"Skyline.DataMiner.Sdk": "2.4.1"
}
"msbuild-sdks": {
"Skyline.DataMiner.Sdk": "2.5.2"
}
}