This commit is contained in:
Sunny 2021-05-20 15:02:50 +08:00
parent b78e3e7225
commit 2a96306605
8 changed files with 24 additions and 25 deletions

View File

@ -6,9 +6,9 @@
<UseWindowsForms>true</UseWindowsForms> <UseWindowsForms>true</UseWindowsForms>
<RootNamespace>Sunny.UI.Demo</RootNamespace> <RootNamespace>Sunny.UI.Demo</RootNamespace>
<ApplicationIcon>SunnyUI.ico</ApplicationIcon> <ApplicationIcon>SunnyUI.ico</ApplicationIcon>
<AssemblyVersion>3.0.3.0</AssemblyVersion> <AssemblyVersion>3.0.4.0</AssemblyVersion>
<FileVersion>3.0.3.0</FileVersion> <FileVersion>3.0.4.0</FileVersion>
<Version>3.0.3</Version> <Version>3.0.4</Version>
<Authors>SunnyUI</Authors> <Authors>SunnyUI</Authors>
<Company>SunnyUI.Net</Company> <Company>SunnyUI.Net</Company>
<Copyright>Copyright ©SunnyUI.Net 2012-2021</Copyright> <Copyright>Copyright ©SunnyUI.Net 2012-2021</Copyright>
@ -24,7 +24,7 @@
</PropertyGroup> </PropertyGroup>
<ItemGroup> <ItemGroup>
<PackageReference Include="SunnyUI" Version="3.0.3" /> <PackageReference Include="SunnyUI" Version="3.0.4" />
</ItemGroup> </ItemGroup>
<ItemGroup> <ItemGroup>

View File

@ -6,54 +6,54 @@
"compilationOptions": {}, "compilationOptions": {},
"targets": { "targets": {
".NETCoreApp,Version=v5.0": { ".NETCoreApp,Version=v5.0": {
"SunnyUI.Net5.Demo/3.0.3": { "SunnyUI.Net5.Demo/3.0.4": {
"dependencies": { "dependencies": {
"SunnyUI": "3.0.3" "SunnyUI": "3.0.4"
}, },
"runtime": { "runtime": {
"SunnyUI.Net5.Demo.dll": {} "SunnyUI.Net5.Demo.dll": {}
} }
}, },
"SunnyUI/3.0.3": { "SunnyUI/3.0.4": {
"dependencies": { "dependencies": {
"SunnyUI.Common": "3.0.3" "SunnyUI.Common": "3.0.4"
}, },
"runtime": { "runtime": {
"lib/net5.0-windows7.0/SunnyUI.dll": { "lib/net5.0-windows7.0/SunnyUI.dll": {
"assemblyVersion": "3.0.3.0", "assemblyVersion": "3.0.4.0",
"fileVersion": "3.0.3.0" "fileVersion": "3.0.4.0"
} }
} }
}, },
"SunnyUI.Common/3.0.3": { "SunnyUI.Common/3.0.4": {
"runtime": { "runtime": {
"lib/net5.0/SunnyUI.Common.dll": { "lib/net5.0/SunnyUI.Common.dll": {
"assemblyVersion": "3.0.3.0", "assemblyVersion": "3.0.4.0",
"fileVersion": "3.0.3.0" "fileVersion": "3.0.4.0"
} }
} }
} }
} }
}, },
"libraries": { "libraries": {
"SunnyUI.Net5.Demo/3.0.3": { "SunnyUI.Net5.Demo/3.0.4": {
"type": "project", "type": "project",
"serviceable": false, "serviceable": false,
"sha512": "" "sha512": ""
}, },
"SunnyUI/3.0.3": { "SunnyUI/3.0.4": {
"type": "package", "type": "package",
"serviceable": true, "serviceable": true,
"sha512": "sha512-LpxAsfV06pLl2+YPdd0irhcD2cVX2mK8uUob3wRlYE1mAVFe6T9S576KGys+gaOwCNyds7DABFWtN4Kue7ipTA==", "sha512": "sha512-bFGJ/r5BjMW86l6zjPd1P5lSXu5b3oOqxQ7dOxoZ4+Vgy6yM4QPRLcft1JDHRujx0DiUCztPu/Y+iaZoift9LQ==",
"path": "sunnyui/3.0.3", "path": "sunnyui/3.0.4",
"hashPath": "sunnyui.3.0.3.nupkg.sha512" "hashPath": "sunnyui.3.0.4.nupkg.sha512"
}, },
"SunnyUI.Common/3.0.3": { "SunnyUI.Common/3.0.4": {
"type": "package", "type": "package",
"serviceable": true, "serviceable": true,
"sha512": "sha512-l1LSJK1mnk/GKQzKDFi3mKf9T+l+TEEerKU0zcEjkPfA2i3Y3UfAAcSRYfjxah8+DSsL3UVghKPEXYYFnhfk5Q==", "sha512": "sha512-eFd9v+FBd6+pkdjFIOx2SWXmifFmYh9RL8wgrtt3A4Q81uCo7NNiYYJys/YIcpxQReObOWmJ1h/3vZCD3sfnlA==",
"path": "sunnyui.common/3.0.3", "path": "sunnyui.common/3.0.4",
"hashPath": "sunnyui.common.3.0.3.nupkg.sha512" "hashPath": "sunnyui.common.3.0.4.nupkg.sha512"
} }
} }
} }

View File

@ -1,9 +1,8 @@
{ {
"runtimeOptions": { "runtimeOptions": {
"additionalProbingPaths": [ "additionalProbingPaths": [
"C:\\Users\\Sunny\\.dotnet\\store\\|arch|\\|tfm|", "C:\\Users\\Administrator\\.dotnet\\store\\|arch|\\|tfm|",
"C:\\Users\\Sunny\\.nuget\\packages", "C:\\Users\\Administrator\\.nuget\\packages"
"C:\\Program Files\\dotnet\\sdk\\NuGetFallbackFolder"
] ]
} }
} }