Skip to content

Commit 687b4c4

Browse files
fix: upgrade nuget packages
1 parent 1473f16 commit 687b4c4

2 files changed

Lines changed: 2 additions & 5 deletions

File tree

OC.OfficeLite/OC.OfficeLite.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
</PropertyGroup>
1616

1717
<ItemGroup>
18-
<PackageReference Include="OC.Assistant.Sdk" Version="1.6.1" />
18+
<PackageReference Include="OC.Assistant.Sdk" Version="1.7.1" />
1919
</ItemGroup>
2020

2121
<ItemGroup>

OC.OfficeLiteServer/OC.OfficeLiteServer.csproj

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,11 +29,8 @@
2929
<PrivateAssets>all</PrivateAssets>
3030
</PackageReference>
3131
<PackageReference Include="OC.Assistant.Sdk" Version="1.7.1" />
32+
<PackageReference Include="OC.Assistant.Theme" Version="2.1.0" />
3233
<PackageReference Include="System.Text.Json" Version="9.0.5" />
3334
</ItemGroup>
3435

35-
<ItemGroup>
36-
<ProjectReference Include="..\..\..\Theme\OC.Assistant.Theme\OC.Assistant.Theme.csproj" />
37-
</ItemGroup>
38-
3936
</Project>

0 commit comments

Comments
 (0)