Skip to content

Commit

Permalink
asyncapi#207 test ci workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
SennG committed Jul 14, 2024
1 parent 31febd9 commit b123783
Showing 1 changed file with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,16 +1,15 @@
<Project Sdk="Microsoft.NET.Sdk.Web">

<PropertyGroup>
<!-- This project is targeting .NET8 intentionally (The 'old school' Startup-class project is .NET6), to prove that
the AsyncAPI.Saunter.Generator.Cli tool can generate specs for projects targetting .NET6 and .NET8. -->
<TargetFramework>net8.0</TargetFramework>
<IsPackable>false</IsPackable>

<!-- Example settings for "AsyncAPI.Saunter.Generator.Build", they are all option though -->
<!-- Disable code first specifiction generation -->
<AsyncAPIGenerateDocumentsOnBuild>false</AsyncAPIGenerateDocumentsOnBuild>
</PropertyGroup>

<ItemGroup>
<!-- Instruct "AsyncAPI.Saunter.Generator.Build" to generate classes for this AsyncAPI specifiction -->
<AsyncAPISpecs Include="specs/streetlights.yml" Namespace="Saunter" />
</ItemGroup>

Expand Down

0 comments on commit b123783

Please sign in to comment.