Skip to content

Commit c3459ea

Browse files
committed
// nuget
1 parent 4270e50 commit c3459ea

3 files changed

Lines changed: 10 additions & 10 deletions

File tree

Action/CorpusExplorer.Sdk.Action/CorpusExplorer.Sdk.Action.csproj

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -84,20 +84,20 @@
8484
<Reference Include="System.Data" />
8585
<Reference Include="System.Windows.Forms" />
8686
<Reference Include="System.Xml" />
87-
<Reference Include="Telerik.Licensing.Runtime, Version=1.6.5.0, Culture=neutral, PublicKeyToken=98bb5b04e55c09ef, processorArchitecture=MSIL">
88-
<HintPath>..\..\..\..\Projekte\CorpusExplorerV2\CorpusExplorer\lib\RCWF\2025.2.520.462\Telerik.Licensing.Runtime.dll</HintPath>
87+
<Reference Include="Telerik.Licensing.Runtime, Version=1.6.16.0, Culture=neutral, PublicKeyToken=98bb5b04e55c09ef, processorArchitecture=MSIL">
88+
<HintPath>..\..\..\..\Projekte\CorpusExplorerV2\CorpusExplorer\lib\RCWF\2025.3.812.48\Telerik.Licensing.Runtime.dll</HintPath>
8989
<Private>True</Private>
9090
</Reference>
91-
<Reference Include="Telerik.WinControls, Version=2025.2.520.462, Culture=neutral, PublicKeyToken=5bb2a467cbec794e, processorArchitecture=MSIL">
92-
<HintPath>..\..\..\..\Projekte\CorpusExplorerV2\CorpusExplorer\lib\RCWF\2025.2.520.462\Telerik.WinControls.dll</HintPath>
91+
<Reference Include="Telerik.WinControls, Version=2025.3.812.48, Culture=neutral, PublicKeyToken=5bb2a467cbec794e, processorArchitecture=MSIL">
92+
<HintPath>..\..\..\..\Projekte\CorpusExplorerV2\CorpusExplorer\lib\RCWF\2025.3.812.48\Telerik.WinControls.dll</HintPath>
9393
<Private>True</Private>
9494
</Reference>
95-
<Reference Include="Telerik.WinControls.UI, Version=2025.2.520.462, Culture=neutral, PublicKeyToken=5bb2a467cbec794e, processorArchitecture=MSIL">
96-
<HintPath>..\..\..\..\Projekte\CorpusExplorerV2\CorpusExplorer\lib\RCWF\2025.2.520.462\Telerik.WinControls.UI.dll</HintPath>
95+
<Reference Include="Telerik.WinControls.UI, Version=2025.3.812.48, Culture=neutral, PublicKeyToken=5bb2a467cbec794e, processorArchitecture=MSIL">
96+
<HintPath>..\..\..\..\Projekte\CorpusExplorerV2\CorpusExplorer\lib\RCWF\2025.3.812.48\Telerik.WinControls.UI.dll</HintPath>
9797
<Private>True</Private>
9898
</Reference>
99-
<Reference Include="TelerikCommon, Version=2025.2.520.462, Culture=neutral, PublicKeyToken=5bb2a467cbec794e, processorArchitecture=MSIL">
100-
<HintPath>..\..\..\..\Projekte\CorpusExplorerV2\CorpusExplorer\lib\RCWF\2025.2.520.462\TelerikCommon.dll</HintPath>
99+
<Reference Include="TelerikCommon, Version=2025.3.812.48, Culture=neutral, PublicKeyToken=5bb2a467cbec794e, processorArchitecture=MSIL">
100+
<HintPath>..\..\..\..\Projekte\CorpusExplorerV2\CorpusExplorer\lib\RCWF\2025.3.812.48\TelerikCommon.dll</HintPath>
101101
<Private>True</Private>
102102
</Reference>
103103
</ItemGroup>

CorpusExplorer.Terminal.Console.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,7 @@
193193
<Version>13.0.3</Version>
194194
</PackageReference>
195195
<PackageReference Include="System.Security.Permissions">
196-
<Version>9.0.6</Version>
196+
<Version>9.0.8</Version>
197197
</PackageReference>
198198
</ItemGroup>
199199
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />

DotNet5/CorpusExplorer.Terminal.Console.DotNet5/CorpusExplorer.Terminal.Console.DotNet5.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@
8888
<PackageReference Include="Microsoft.OpenApi" Version="1.6.24" />
8989
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
9090
<PackageReference Include="System.Runtime.Serialization.Formatters" Version="4.3.0" />
91-
<PackageReference Include="System.Security.Permissions" Version="9.0.6" />
91+
<PackageReference Include="System.Security.Permissions" Version="9.0.8" />
9292
</ItemGroup>
9393

9494
<ItemGroup>

0 commit comments

Comments
 (0)