File tree Expand file tree Collapse file tree 2 files changed +16
-6
lines changed Expand file tree Collapse file tree 2 files changed +16
-6
lines changed Original file line number Diff line number Diff line change
1
+ # This is a comment.
2
+ # Each line is a file pattern followed by one or more owners.
3
+
4
+ # These owners will be the default owners for everything in
5
+ # the repo. Unless a later match takes precedence
6
+ * @ ProgrammingByPermutation
7
+
8
+ # Specifically protect the github folder since it controls
9
+ # our code owners as well as our github actions.
10
+ /.github / @ ProgrammingByPermutation
Original file line number Diff line number Diff line change 25
25
</ItemGroup >
26
26
27
27
<ItemGroup >
28
- <PackageReference Include =" Avalonia" Version =" 11.0.10 " />
29
- <PackageReference Include =" Avalonia.Desktop" Version =" 11.0.10 " />
30
- <PackageReference Include =" Avalonia.Themes.Fluent" Version =" 11.0.10 " />
31
- <PackageReference Include =" Avalonia.Fonts.Inter" Version =" 11.0.10 " />
28
+ <PackageReference Include =" Avalonia" Version =" 11.2.1 " />
29
+ <PackageReference Include =" Avalonia.Desktop" Version =" 11.2.1 " />
30
+ <PackageReference Include =" Avalonia.Themes.Fluent" Version =" 11.2.1 " />
31
+ <PackageReference Include =" Avalonia.Fonts.Inter" Version =" 11.2.1 " />
32
32
<!-- Condition below is needed to remove Avalonia.Diagnostics package from build output in Release configuration.-->
33
- <PackageReference Condition =" '$(Configuration)' == 'Debug'" Include =" Avalonia.Diagnostics" Version =" 11.0.10 " />
34
- <PackageReference Include =" Avalonia.ReactiveUI" Version =" 11.0.10 " />
33
+ <PackageReference Condition =" '$(Configuration)' == 'Debug'" Include =" Avalonia.Diagnostics" Version =" 11.2.1 " />
34
+ <PackageReference Include =" Avalonia.ReactiveUI" Version =" 11.2.1 " />
35
35
</ItemGroup >
36
36
37
37
<ItemGroup >
You can’t perform that action at this time.
0 commit comments