build: обновил версию пакета Lers.FW
This commit is contained in:
parent
5aed201278
commit
6eb726c4db
2
.gitignore
vendored
2
.gitignore
vendored
@ -1,3 +1,3 @@
|
||||
VKT5_RemoteConsole/.vs/
|
||||
VKT5_RemoteConsole/obj/
|
||||
/VKT5_RemoteConsole/bin/Debug/net48
|
||||
/VKT5_RemoteConsole/bin/
|
||||
|
@ -1,12 +1,12 @@
|
||||
<Project Sdk="Microsoft.NET.Sdk.WindowsDesktop">
|
||||
<PropertyGroup>
|
||||
<TargetFramework>net48</TargetFramework>
|
||||
<TargetFramework>net48</TargetFramework>
|
||||
<GenerateAssemblyInfo>false</GenerateAssemblyInfo>
|
||||
<UseWindowsForms>True</UseWindowsForms>
|
||||
<GenerateResourceUsePreserializedResources>true</GenerateResourceUsePreserializedResources>
|
||||
</PropertyGroup>
|
||||
<ItemGroup>
|
||||
<PackageReference Include="Lers.Plugins" Version="3.37.0" />
|
||||
<PackageReference Include="Lers.Plugins" Version="3.39.1" />
|
||||
<PackageReference Include="System.Resources.Extensions" Version="4.6.0" />
|
||||
</ItemGroup>
|
||||
</Project>
|
||||
|
Reference in New Issue
Block a user