Updated
This commit is contained in:
Родитель
31036d33b6
Коммит
961cf49548
|
@ -22,7 +22,7 @@ jobs:
|
|||
- name: Setup .NET Core
|
||||
uses: actions/setup-dotnet@v1
|
||||
with:
|
||||
dotnet-version: 3.1.100
|
||||
dotnet-version: 5.0.100
|
||||
- name: Build Release
|
||||
run: dotnet build --configuration Release
|
||||
- name: Test Release
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
<Project Sdk="Microsoft.NET.Sdk">
|
||||
<PropertyGroup>
|
||||
<OutputType>WinExe</OutputType>
|
||||
<TargetFrameworks>netcoreapp3.1;net461</TargetFrameworks>
|
||||
<TargetFrameworks>net5.0;net461</TargetFrameworks>
|
||||
</PropertyGroup>
|
||||
<ItemGroup>
|
||||
<Compile Update="**\*.xaml.cs">
|
||||
|
@ -13,13 +13,13 @@
|
|||
<AvaloniaResource Include="Assets\*" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<PackageReference Include="Avalonia" Version="0.10.0-preview5" />
|
||||
<PackageReference Include="Avalonia.Desktop" Version="0.10.0-preview5" />
|
||||
<PackageReference Include="Avalonia.Diagnostics" Version="0.10.0-preview5" />
|
||||
<PackageReference Include="Avalonia.ReactiveUI" Version="0.10.0-preview5" />
|
||||
<PackageReference Include="Dock.Avalonia" Version="0.10.0-preview5" />
|
||||
<PackageReference Include="Dock.Avalonia.Themes.Default" Version="0.10.0-preview5" />
|
||||
<PackageReference Include="Dock.Model.ReactiveUI" Version="0.10.0-preview5" />
|
||||
<PackageReference Include="Avalonia" Version="0.10.0-rc1" />
|
||||
<PackageReference Include="Avalonia.Desktop" Version="0.10.0-rc1" />
|
||||
<PackageReference Include="Avalonia.Diagnostics" Version="0.10.0-rc1" />
|
||||
<PackageReference Include="Avalonia.ReactiveUI" Version="0.10.0-rc1" />
|
||||
<PackageReference Include="Dock.Avalonia" Version="0.10.0-rc1" />
|
||||
<PackageReference Include="Dock.Avalonia.Themes.Default" Version="0.10.0-rc1" />
|
||||
<PackageReference Include="Dock.Model.ReactiveUI" Version="0.10.0-rc1" />
|
||||
<PackageReference Include="Microsoft.NETFramework.ReferenceAssemblies" Version="1.0.0" PrivateAssets="All" />
|
||||
</ItemGroup>
|
||||
</Project>
|
||||
|
|
|
@ -10,6 +10,6 @@ namespace AvaloniaDockApplication
|
|||
public static AppBuilder BuildAvaloniaApp()
|
||||
=> AppBuilder.Configure<App>()
|
||||
.UsePlatformDetect()
|
||||
.LogToDebug();
|
||||
.LogToTrace();
|
||||
}
|
||||
}
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
<PropertyGroup>
|
||||
<OutputType>Exe</OutputType>
|
||||
<TargetFramework>netcoreapp3.0</TargetFramework>
|
||||
<TargetFramework>net5.0</TargetFramework>
|
||||
<AppendTargetFrameworkToOutputPath>false</AppendTargetFrameworkToOutputPath>
|
||||
<RootNamespace></RootNamespace>
|
||||
<IsPackable>False</IsPackable>
|
||||
|
|
Загрузка…
Ссылка в новой задаче