Skip to content

Commit 1e04ace

Browse files
committed
nuget updates
1 parent 65036c3 commit 1e04ace

File tree

4 files changed

+36
-39
lines changed

4 files changed

+36
-39
lines changed

Demos/SimpleDemo/SimpleDemo.Avalonia/SimpleDemo.Avalonia.csproj

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,12 @@
88
<AdditionalFiles Include="..\..\..\.sonarlint\torisankitsune_minorieditorshell\CSharp\SonarLint.xml" Link="SonarLint.xml" />
99
</ItemGroup>
1010
<ItemGroup>
11-
<PackageReference Include="Avalonia" Version="0.10.10" />
12-
<PackageReference Include="Avalonia.Desktop" Version="0.10.10" />
13-
<PackageReference Include="Avalonia.Diagnostics" Version="0.10.10" />
14-
<PackageReference Include="Microsoft.Extensions.Logging" Version="5.0.0" />
15-
<PackageReference Include="Microsoft.Extensions.Logging.Console" Version="5.0.0" />
16-
<PackageReference Include="Microsoft.Extensions.Logging.Debug" Version="5.0.0" />
11+
<PackageReference Include="Avalonia" Version="0.10.15" />
12+
<PackageReference Include="Avalonia.Desktop" Version="0.10.15" />
13+
<PackageReference Include="Avalonia.Diagnostics" Version="0.10.15" />
14+
<PackageReference Include="Microsoft.Extensions.Logging" Version="6.0.0" />
15+
<PackageReference Include="Microsoft.Extensions.Logging.Console" Version="6.0.0" />
16+
<PackageReference Include="Microsoft.Extensions.Logging.Debug" Version="6.0.0" />
1717
<PackageReference Include="MvvmCross" Version="8.0.2" />
1818
</ItemGroup>
1919
<ItemGroup>

MinoriEditorShell-Avalonia.sln

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "SimpleDemo", "SimpleDemo",
1313
EndProject
1414
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SimpleDemo.Core", "Demos\SimpleDemo\SimpleDemo.Core\SimpleDemo.Core.csproj", "{5D755878-EA31-4D57-B5D9-D36EA9275DA9}"
1515
EndProject
16-
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MinoriEditorShell.Platforms.Avolonia", "Modules\MinoriEditorShell.Platforms.Avalonia\MinoriEditorShell.Platforms.Avolonia.csproj", "{761A0C29-1CBC-4AB0-AB90-5899136CAEB6}"
17-
EndProject
1816
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SimpleDemo.Avalonia", "Demos\SimpleDemo\SimpleDemo.Avalonia\SimpleDemo.Avalonia.csproj", "{4AEE5668-722A-4799-9399-DBF9023D14F5}"
1917
EndProject
18+
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MinoriEditorShell.Platforms.Avalonia", "Modules\MinoriEditorShell.Platforms.Avalonia\MinoriEditorShell.Platforms.Avalonia.csproj", "{CCFF52CE-0ECB-4135-946D-D249DE58AA6D}"
19+
EndProject
2020
Global
2121
GlobalSection(SolutionConfigurationPlatforms) = preSolution
2222
Debug|Any CPU = Debug|Any CPU
@@ -54,18 +54,6 @@ Global
5454
{5D755878-EA31-4D57-B5D9-D36EA9275DA9}.Release|x64.Build.0 = Release|Any CPU
5555
{5D755878-EA31-4D57-B5D9-D36EA9275DA9}.Release|x86.ActiveCfg = Release|Any CPU
5656
{5D755878-EA31-4D57-B5D9-D36EA9275DA9}.Release|x86.Build.0 = Release|Any CPU
57-
{761A0C29-1CBC-4AB0-AB90-5899136CAEB6}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
58-
{761A0C29-1CBC-4AB0-AB90-5899136CAEB6}.Debug|Any CPU.Build.0 = Debug|Any CPU
59-
{761A0C29-1CBC-4AB0-AB90-5899136CAEB6}.Debug|x64.ActiveCfg = Debug|Any CPU
60-
{761A0C29-1CBC-4AB0-AB90-5899136CAEB6}.Debug|x64.Build.0 = Debug|Any CPU
61-
{761A0C29-1CBC-4AB0-AB90-5899136CAEB6}.Debug|x86.ActiveCfg = Debug|Any CPU
62-
{761A0C29-1CBC-4AB0-AB90-5899136CAEB6}.Debug|x86.Build.0 = Debug|Any CPU
63-
{761A0C29-1CBC-4AB0-AB90-5899136CAEB6}.Release|Any CPU.ActiveCfg = Release|Any CPU
64-
{761A0C29-1CBC-4AB0-AB90-5899136CAEB6}.Release|Any CPU.Build.0 = Release|Any CPU
65-
{761A0C29-1CBC-4AB0-AB90-5899136CAEB6}.Release|x64.ActiveCfg = Release|Any CPU
66-
{761A0C29-1CBC-4AB0-AB90-5899136CAEB6}.Release|x64.Build.0 = Release|Any CPU
67-
{761A0C29-1CBC-4AB0-AB90-5899136CAEB6}.Release|x86.ActiveCfg = Release|Any CPU
68-
{761A0C29-1CBC-4AB0-AB90-5899136CAEB6}.Release|x86.Build.0 = Release|Any CPU
6957
{4AEE5668-722A-4799-9399-DBF9023D14F5}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
7058
{4AEE5668-722A-4799-9399-DBF9023D14F5}.Debug|Any CPU.Build.0 = Debug|Any CPU
7159
{4AEE5668-722A-4799-9399-DBF9023D14F5}.Debug|x64.ActiveCfg = Debug|Any CPU
@@ -78,12 +66,24 @@ Global
7866
{4AEE5668-722A-4799-9399-DBF9023D14F5}.Release|x64.Build.0 = Release|Any CPU
7967
{4AEE5668-722A-4799-9399-DBF9023D14F5}.Release|x86.ActiveCfg = Release|Any CPU
8068
{4AEE5668-722A-4799-9399-DBF9023D14F5}.Release|x86.Build.0 = Release|Any CPU
69+
{CCFF52CE-0ECB-4135-946D-D249DE58AA6D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
70+
{CCFF52CE-0ECB-4135-946D-D249DE58AA6D}.Debug|Any CPU.Build.0 = Debug|Any CPU
71+
{CCFF52CE-0ECB-4135-946D-D249DE58AA6D}.Debug|x64.ActiveCfg = Debug|Any CPU
72+
{CCFF52CE-0ECB-4135-946D-D249DE58AA6D}.Debug|x64.Build.0 = Debug|Any CPU
73+
{CCFF52CE-0ECB-4135-946D-D249DE58AA6D}.Debug|x86.ActiveCfg = Debug|Any CPU
74+
{CCFF52CE-0ECB-4135-946D-D249DE58AA6D}.Debug|x86.Build.0 = Debug|Any CPU
75+
{CCFF52CE-0ECB-4135-946D-D249DE58AA6D}.Release|Any CPU.ActiveCfg = Release|Any CPU
76+
{CCFF52CE-0ECB-4135-946D-D249DE58AA6D}.Release|Any CPU.Build.0 = Release|Any CPU
77+
{CCFF52CE-0ECB-4135-946D-D249DE58AA6D}.Release|x64.ActiveCfg = Release|Any CPU
78+
{CCFF52CE-0ECB-4135-946D-D249DE58AA6D}.Release|x64.Build.0 = Release|Any CPU
79+
{CCFF52CE-0ECB-4135-946D-D249DE58AA6D}.Release|x86.ActiveCfg = Release|Any CPU
80+
{CCFF52CE-0ECB-4135-946D-D249DE58AA6D}.Release|x86.Build.0 = Release|Any CPU
8181
EndGlobalSection
8282
GlobalSection(NestedProjects) = preSolution
8383
{C7863C93-477E-445B-98A1-F09454583537} = {D9E73129-B533-484C-AEFC-7DA139610289}
8484
{40760750-D249-419D-B947-BB18B5A7FC4B} = {3787F54F-76A2-47AE-AA26-79065C6CE52F}
8585
{5D755878-EA31-4D57-B5D9-D36EA9275DA9} = {40760750-D249-419D-B947-BB18B5A7FC4B}
86-
{761A0C29-1CBC-4AB0-AB90-5899136CAEB6} = {D9E73129-B533-484C-AEFC-7DA139610289}
8786
{4AEE5668-722A-4799-9399-DBF9023D14F5} = {40760750-D249-419D-B947-BB18B5A7FC4B}
87+
{CCFF52CE-0ECB-4135-946D-D249DE58AA6D} = {D9E73129-B533-484C-AEFC-7DA139610289}
8888
EndGlobalSection
8989
EndGlobal

Modules/MinoriEditorShell.Platforms.Avalonia/MinoriEditorShell.Platforms.Avalonia.csproj

Lines changed: 12 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,14 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22

33
<PropertyGroup>
4-
<TargetFrameworks>netstandard2.0</TargetFrameworks>
4+
<TargetFramework>netstandard2.0</TargetFramework>
55
<Description>
66
MinoriEditorStudio is an application shell similar in concept to the Visual Studio Shell.
77
This uses AvalonDock and has an MVVM architecture based on MvvmCross.
88
</Description>
99
<Copyright>Copyright 2019</Copyright>
1010
<PackageProjectUrl>https://github.com/TorisanKitsune/MinoriEditorShell</PackageProjectUrl>
1111
<RepositoryUrl>https://github.com/TorisanKitsune/MinoriEditorShell</RepositoryUrl>
12-
<PackageIconUrl></PackageIconUrl>
1312
<RepositoryType>git</RepositoryType>
1413
<PackageTags>.net40 netcoreapp AvaloniaUI MvvmCross AvalonDock Visual Studio IDE Shell</PackageTags>
1514
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
@@ -30,18 +29,20 @@
3029
<ItemGroup>
3130
<AdditionalFiles Include="..\..\.sonarlint\torisankitsune_minorieditorshell\CSharp\SonarLint.xml" Link="SonarLint.xml" />
3231
</ItemGroup>
33-
32+
3433
<ItemGroup>
35-
<ProjectReference Include="..\..\..\..\MvvmCross\MvvmCross.Plugins\Messenger\MvvmCross.Plugin.Messenger.csproj" />
36-
<ProjectReference Include="..\..\..\..\MvvmCross\MvvmCross\MvvmCross.csproj" />
37-
<ProjectReference Include="..\MinoriEditorShell\MinoriEditorShell.csproj" />
38-
39-
<PackageReference Include="Avalonia" Version="0.10.10" />
40-
<PackageReference Include="Avalonia.Desktop" Version="0.10.10" />
41-
<PackageReference Include="Dock.Avalonia" Version="0.10.8" />
42-
<PackageReference Include="Dock.Model" Version="0.10.8" />
34+
<PackageReference Include="Avalonia" Version="0.10.15" />
35+
<PackageReference Include="Dock.Avalonia" Version="0.10.14" />
36+
<PackageReference Include="Dock.Model.Avalonia" Version="0.10.14" />
37+
<PackageReference Include="MvvmCross" Version="8.0.2" />
38+
<PackageReference Include="MvvmCross.Plugin.Messenger" Version="8.0.2" />
4339
<PackageReference Include="System.ComponentModel.Composition" Version="5.0.0" />
4440
<PackageReference Include="System.Configuration.ConfigurationManager" Version="5.0.0" />
4541
<PackageReference Include="System.Drawing.Common" Version="5.0.2" />
4642
</ItemGroup>
43+
44+
<ItemGroup>
45+
<ProjectReference Include="..\MinoriEditorShell\MinoriEditorShell.csproj" />
46+
</ItemGroup>
47+
4748
</Project>

Modules/MinoriEditorShell/MinoriEditorShell.csproj

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,14 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22

33
<PropertyGroup>
4-
<TargetFrameworks>netstandard2.0</TargetFrameworks>
4+
<TargetFramework>netstandard2.0</TargetFramework>
55
<Description>
66
MinoriEditorStudio is an application shell similar in concept to the Visual Studio Shell.
77
This uses AvalonDock and has an MVVM architecture based on MvvmCross.
88
</Description>
99
<Copyright>Copyright 2019</Copyright>
1010
<PackageProjectUrl>https://github.com/TorisanKitsune/MinoriEditorShell</PackageProjectUrl>
1111
<RepositoryUrl>https://github.com/TorisanKitsune/MinoriEditorShell</RepositoryUrl>
12-
<PackageIconUrl></PackageIconUrl>
1312
<RepositoryType>git</RepositoryType>
1413
<PackageTags>.net40 WPF MvvmCross AvalonDock Visual Studio IDE Shell</PackageTags>
1514
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
@@ -24,16 +23,13 @@
2423
</ItemGroup>
2524

2625
<ItemGroup>
26+
<PackageReference Include="MvvmCross" Version="8.0.2" />
27+
<PackageReference Include="MvvmCross.Plugin.Messenger" Version="8.0.2" />
2728
<PackageReference Include="System.ComponentModel.Composition" Version="5.0.0" />
2829
<PackageReference Include="System.Configuration.ConfigurationManager" Version="5.0.0" />
2930
<PackageReference Include="System.Drawing.Common" Version="5.0.2" />
3031
</ItemGroup>
3132

32-
<ItemGroup>
33-
<ProjectReference Include="..\..\..\..\MvvmCross\MvvmCross.Plugins\Messenger\MvvmCross.Plugin.Messenger.csproj" />
34-
<ProjectReference Include="..\..\..\..\MvvmCross\MvvmCross\MvvmCross.csproj" />
35-
</ItemGroup>
36-
3733
<ItemGroup>
3834
<None Update="Properties\Settings.settings">
3935
<Generator>PublicSettingsSingleFileGenerator</Generator>

0 commit comments

Comments
 (0)