mirror of
https://gitee.com/ThingsGateway/ThingsGateway.git
synced 2025-11-01 08:03:58 +08:00
9 lines
161 B
XML
9 lines
161 B
XML
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
|
|
<PropertyGroup>
|
|
<TargetFrameworks>net45;netstandard2.0;net6.0;net7.0</TargetFrameworks>
|
|
</PropertyGroup>
|
|
|
|
</Project>
|