Browse Source
Merge branch 'master' into disable-track-when-slider-is-disabled-on-sliding
pull/9581/head
Max Katz
3 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
3 additions and
0 deletions
-
samples/Directory.Build.props
|
|
|
@ -4,4 +4,7 @@ |
|
|
|
<AvaloniaPreviewerNetCoreToolPath>$(MSBuildThisFileDirectory)..\src\tools\Avalonia.Designer.HostApp\bin\Debug\netcoreapp2.0\Avalonia.Designer.HostApp.dll</AvaloniaPreviewerNetCoreToolPath> |
|
|
|
</PropertyGroup> |
|
|
|
<Import Project="..\build\SharedVersion.props" /> |
|
|
|
<PropertyGroup> |
|
|
|
<EnableNETAnalyzers>false</EnableNETAnalyzers> |
|
|
|
</PropertyGroup> |
|
|
|
</Project> |
|
|
|
|