Skip to content

Commit

Permalink
fix deps
Browse files Browse the repository at this point in the history
  • Loading branch information
JFriel committed Oct 14, 2024
1 parent beb7dcb commit 55ea6ec
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 15 deletions.
27 changes: 14 additions & 13 deletions Plugin/windows/windows.csproj
Original file line number Diff line number Diff line change
@@ -1,15 +1,16 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<ProjectGuid>{07F9F874-1306-4FE6-A03F-A483592BBC7F}</ProjectGuid>
<TargetFramework>net8.0-windows</TargetFramework>
<AssemblyTitle>Rdmp.Hic.Plugin</AssemblyTitle>
<Product>Rdmp.Hic.Plugin</Product>
<Copyright>Copyright © 2019</Copyright>
<DebugType>embedded</DebugType>
<SatelliteResourceLanguages>en</SatelliteResourceLanguages>
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="..\..\GoDartsPluginUI\GoDartsPluginUI.csproj" />
<ProjectReference Include="..\..\HICPluginInteractive\HICPluginInteractive.csproj" />
</ItemGroup>
<PropertyGroup>
<ProjectGuid>{07F9F874-1306-4FE6-A03F-A483592BBC7F}</ProjectGuid>
<TargetFramework>net8.0-windows</TargetFramework>
<AssemblyTitle>Rdmp.Hic.Plugin</AssemblyTitle>
<Product>Rdmp.Hic.Plugin</Product>
<Copyright>Copyright © 2019</Copyright>
<DebugType>embedded</DebugType>
<SatelliteResourceLanguages>en</SatelliteResourceLanguages>
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="..\..\GoDartsPluginUI\GoDartsPluginUI.csproj" />
<ProjectReference Include="..\..\HICPluginInteractive\HICPluginInteractive.csproj" />
<ProjectReference Include="..\..\JiraPlugin.UI\JiraPlugin.UI.csproj" />
</ItemGroup>
</Project>
2 changes: 1 addition & 1 deletion SCIStorePlugin/SCIStorePlugin.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@
</ItemGroup>
<ItemGroup>
<PackageReference Include="Microsoft.XmlSerializer.Generator" Version="8.0.0" />
<PackageReference Include="System.ServiceModel.Http" Version="8.0.0" />
<PackageReference Include="System.ServiceModel.Http" Version="6.2.0" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\RDMP\Rdmp.Core\Rdmp.Core.csproj" />
Expand Down

0 comments on commit 55ea6ec

Please sign in to comment.