Skip to content

Commit f680810

Browse files
Fix wrong project reference
1 parent 990717a commit f680810

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

SysML2.NET.Serializer.TextualNotation/SysML2.NET.Serializer.TextualNotation.csproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<PropertyGroup>
66
<TargetFrameworks>netstandard2.1;net10.0</TargetFrameworks>
77
<LangVersion>12.0</LangVersion>
8-
<Version>0.21.0</Version>
8+
<Version>0.21.1</Version>
99
<Description>A .NET implementation of the OMG SysML v2 Textual Notation serializer.</Description>
1010
<PackageId>SysML2.NET.Serializer.TextualNotation</PackageId>
1111
<Company>Starion Group S.A.</Company>
@@ -16,7 +16,7 @@
1616
<Authors>Sam Gerené, Antoine Théate</Authors>
1717
<RequireLicenseAcceptance>true</RequireLicenseAcceptance>
1818
<PackageReleaseNotes>
19-
[Add] First release. Extracted from SysML2.NET core (#226/#232). Serializes POCO models to KEBNF-conformant text per the OMG SysML v2 textual notation.
19+
[Fix] Referencing Extensions instead of SysML.NET project
2020
</PackageReleaseNotes>
2121
<PackageIcon>cdp4-icon.png</PackageIcon>
2222
<PackageReadmeFile>README.md</PackageReadmeFile>
@@ -36,7 +36,7 @@
3636
</ItemGroup>
3737

3838
<ItemGroup>
39-
<ProjectReference Include="..\SysML2.NET\SysML2.NET.csproj" />
39+
<ProjectReference Include="..\SysML2.NET.Extensions\SysML2.NET.Extensions.csproj" />
4040
</ItemGroup>
4141

4242
</Project>

0 commit comments

Comments
 (0)