@ -2,11 +2,15 @@
<PropertyGroup >
<TargetFramework > net6.0</TargetFramework>
<Nullable > enable </Nullable>
<Nullable > annotations </Nullable>
<ImplicitUsings > enable</ImplicitUsings>
<UserSecretsId > aspnet-IoTSharp.Gateway.Modbus-554A6128-AB47-40BC-8BC3-40D3123C6BFF</UserSecretsId>
<DockerDefaultTargetOS > Linux</DockerDefaultTargetOS>
<DockerfileContext > .</DockerfileContext>
<RestoreAdditionalProjectSources >
https://api.nuget.org/v3/index.json;
https://www.myget.org/F/iotsharp/api/v3/index.json;
</RestoreAdditionalProjectSources>
</PropertyGroup>
<ItemGroup >
@ -14,19 +18,20 @@
</ItemGroup>
<ItemGroup >
<PackageReference Include= "AMWD.Modbus.Common" Version= "1.2. 0 " />
<PackageReference Include= "AMWD.Modbus.Common" Version= "1.2. 1-1 " />
<PackageReference Include= "AMWD.Modbus.Proxy" Version= "1.2.0" />
<PackageReference Include= "AMWD.Modbus.Serial" Version= "1.2.0" />
<PackageReference Include= "AMWD.Modbus.Tcp" Version= "1.2.0" />
<PackageReference Include= "Modbus.SerialOverTCP" Version= "1.2.1-1" />
<PackageReference Include= "Microsoft.AspNetCore.Diagnostics.EntityFrameworkCore" Version= "6.0.*" />
<PackageReference Include= "Microsoft.AspNetCore.Identity.EntityFrameworkCore" Version= "6.0.*" />
<PackageReference Include= "Microsoft.AspNetCore.Identity.UI" Version= "6.0.*" />
<PackageReference Include= "Microsoft.EntityFrameworkCore.Sqlite" Version= "6.0.*" />
<PackageReference Include= "Microsoft.EntityFrameworkCore.SqlServer" Version= "6.0.*" />
<PackageReference Include= "Microsoft.EntityFrameworkCore.Tools" Version= "6.0.*" />
<PackageReference Include= "Microsoft.VisualStudio.Azure.Containers.Tools.Targets" Version= "1.16.1" />
<PackageReference Include= "Microsoft.VisualStudio.Web.CodeGeneration.Design" Version= "6.0.*" />
<PackageReference Include= "MQTTnet" Version= "4.0.2.221" />
<PackageReference Include= "System.Text.Encoding.CodePages" Version= "6.0.0" />
</ItemGroup>
</Project>