-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
修复有时无法获取主播基本信息导致toast无法弹出的问题 更新nuget包依赖版本 添加对.net 7.0的支持
- Loading branch information
1 parent
68f420a
commit 3ec785f
Showing
3 changed files
with
32 additions
and
25 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,15 @@ | ||
<Project> | ||
<PropertyGroup> | ||
<TargetFrameworks>net6.0-windows10.0.17763.0;net5.0-windows10.0.17763.0;netframework461-windows10.0.17763.0</TargetFrameworks> | ||
<LangVersion>9.0</LangVersion> | ||
<Nullable>enable</Nullable> | ||
<UseWPF>true</UseWPF> | ||
<UseWindowsForms>true</UseWindowsForms> | ||
<DisableImplicitNamespaceImports>true</DisableImplicitNamespaceImports> | ||
<PropertyGroup> | ||
<TargetFrameworks>net7.0-windows10.0.17763.0;net6.0-windows10.0.17763.0;net5.0-windows10.0.17763.0;netframework461-windows10.0.17763.0</TargetFrameworks> | ||
<LangVersion>9.0</LangVersion> | ||
<Nullable>enable</Nullable> | ||
<UseWPF>true</UseWPF> | ||
<UseWindowsForms>true</UseWindowsForms> | ||
<DisableImplicitNamespaceImports>true</DisableImplicitNamespaceImports> | ||
|
||
<Version>1.0.2.0</Version> | ||
<AssemblyVersion>1.0.2.0</AssemblyVersion> | ||
<FileVersion>1.0.2.0</FileVersion> | ||
<PackageVersion>1.0.2.0</PackageVersion> | ||
</PropertyGroup> | ||
<Version>1.0.3.0</Version> | ||
<AssemblyVersion>1.0.3.0</AssemblyVersion> | ||
<FileVersion>1.0.3.0</FileVersion> | ||
<PackageVersion>1.0.3.0</PackageVersion> | ||
</PropertyGroup> | ||
</Project> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters