forked from whistyun/Markdown.Avalonia
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Markdown.Avalonia.props
35 lines (27 loc) · 1.33 KB
/
Markdown.Avalonia.props
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup Condition=" '$(OS)' == 'Windows_NT' ">
<PackageTargetFrameworks>net461;netcoreapp2.0;netstandard2.0;net6</PackageTargetFrameworks>
<DemoAppTargetFrameworks>net461;netcoreapp3.1;net6</DemoAppTargetFrameworks>
<TestTargetFrameworks>netcoreapp3.1;net6</TestTargetFrameworks>
</PropertyGroup>
<PropertyGroup Condition=" '$(OS)' != 'Windows_NT' ">
<PackageTargetFrameworks>netcoreapp2.0;netstandard2.0</PackageTargetFrameworks>
<DemoAppTargetFrameworks>netcoreapp3.1;net461</DemoAppTargetFrameworks>
<TestTargetFrameworks>netcoreapp2.1;netcoreapp3.0</TestTargetFrameworks>
</PropertyGroup>
<PropertyGroup>
<AvaloniaVersion>11.0.0-preview8</AvaloniaVersion>
<DemoAvaloniaVersion>11.0.0-preview8</DemoAvaloniaVersion>
<EnableAvaloniaEdit>disabled</EnableAvaloniaEdit>
<AvaloniaEditVersion>11.0.0-preview6</AvaloniaEditVersion>
</PropertyGroup>
<PropertyGroup Condition=" '$(AVA_VER)' != '' ">
<TestAvaloniaVersion>$(AVA_VER)</TestAvaloniaVersion>
</PropertyGroup>
<PropertyGroup Condition=" '$(AVA_VER)' == '' ">
<TestAvaloniaVersion>$(AvaloniaVersion)</TestAvaloniaVersion>
</PropertyGroup>
<PropertyGroup>
<PackageVersion>11.0.0-c1</PackageVersion>
</PropertyGroup>
</Project>