We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8329650 commit 4eb9ec1Copy full SHA for 4eb9ec1
2 files changed
RSML.CLI/RSML.CLI.csproj
@@ -5,6 +5,8 @@
5
<TargetFramework>net8.0</TargetFramework>
6
<Nullable>enable</Nullable>
7
<Platforms>AnyCPU;x64;x86</Platforms>
8
+ <PublishAot>True</PublishAot>
9
+ <PublishTrimmed>True</PublishTrimmed>
10
</PropertyGroup>
11
12
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'">
RSML/RSML.csproj
@@ -34,9 +34,7 @@
34
35
<PackageReleaseNotes>
36
# 🚀 v$(Version) is now available
37
- - Expansion of the `any` RID into Regex `.+`
38
- - More methods
39
- - CLI improvements
+ - CLI is now AOT-compatible
40
</PackageReleaseNotes>
41
42
0 commit comments