Browse Source
Merge branch 'master' into fixes/4901-logging-broken
pull/4903/head
Dariusz Komosiński
6 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
0 deletions
-
src/Avalonia.ReactiveUI/Avalonia.ReactiveUI.csproj
|
|
|
@ -2,6 +2,7 @@ |
|
|
|
<PropertyGroup> |
|
|
|
<TargetFramework>netstandard2.0</TargetFramework> |
|
|
|
<PackageId>Avalonia.ReactiveUI</PackageId> |
|
|
|
<SignAssembly>True</SignAssembly> |
|
|
|
</PropertyGroup> |
|
|
|
<ItemGroup> |
|
|
|
<ProjectReference Include="..\..\packages\Avalonia\Avalonia.csproj" /> |
|
|
|
|