Skip to content

Commit

Permalink
修复访客表问题
Browse files Browse the repository at this point in the history
  • Loading branch information
LorisYounger committed Aug 29, 2024
1 parent 3a60489 commit f0bc1f2
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion VPet-Simulator.Core/VPet-Simulator.Core.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
<PackageReference Include="LinePutScript" Version="1.11.8" />
<PackageReference Include="LinePutScript.Localization.WPF" Version="1.0.7" />
<PackageReference Include="Panuon.WPF" Version="1.1.1" />
<PackageReference Include="Panuon.WPF.UI" Version="1.2.3.1" />
<PackageReference Include="Panuon.WPF.UI" Version="1.2.4.2" />
</ItemGroup>
<ItemGroup>
<Compile Update="Properties\Resources.Designer.cs">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,6 @@
<PackageReference Include="LinePutScript" Version="1.11.8" />
<PackageReference Include="LinePutScript.Localization.WPF" Version="1.0.7" />
<PackageReference Include="Panuon.WPF" Version="1.1.1" />
<PackageReference Include="Panuon.WPF.UI" Version="1.2.3.1" />
<PackageReference Include="Panuon.WPF.UI" Version="1.2.4.2" />
</ItemGroup>
</Project>
2 changes: 1 addition & 1 deletion VPet-Simulator.Windows/VPet-Simulator.Windows.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,7 @@
<PackageReference Include="Microsoft.CSharp" Version="4.7.0" />
<PackageReference Include="NAudio" Version="2.2.1" />
<PackageReference Include="Panuon.WPF" Version="1.1.1" />
<PackageReference Include="Panuon.WPF.UI" Version="1.2.3.1" />
<PackageReference Include="Panuon.WPF.UI" Version="1.2.4.2" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\VPet-Simulator.Core\VPet-Simulator.Core.csproj" />
Expand Down
2 changes: 1 addition & 1 deletion VPet.Solution/VPet.Solution.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<PackageReference Include="LinePutScript.Localization.WPF" Version="1.0.7" />
<PackageReference Include="Microsoft.CSharp" Version="4.7.0" />
<PackageReference Include="Panuon.WPF" Version="1.1.1" />
<PackageReference Include="Panuon.WPF.UI" Version="1.2.3.1" />
<PackageReference Include="Panuon.WPF.UI" Version="1.2.4.2" />
<PackageReference Include="System.Data.DataSetExtensions" Version="4.5.0" />
</ItemGroup>
</Project>

0 comments on commit f0bc1f2

Please sign in to comment.