-
Notifications
You must be signed in to change notification settings - Fork 18
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: targetframework to netstandard2.0 (#150)
- Loading branch information
1 parent
72588e7
commit 9291da6
Showing
7 changed files
with
90 additions
and
92 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
<Project> | ||
<!-- Common Properties used by all assemblies --> | ||
<PropertyGroup> | ||
<LangVersion>10</LangVersion> | ||
<TargetFramework>netstandard2.0</TargetFramework> | ||
<ImplicitUsings>disable</ImplicitUsings> | ||
<Company>The LEGO Group</Company> | ||
<PackageProjectUrl>https://github.com/LEGO/AsyncAPI.NET</PackageProjectUrl> | ||
<PackageReadmeFile>README.md</PackageReadmeFile> | ||
<RepositoryUrl>https://github.com/LEGO/AsyncAPI.NET</RepositoryUrl> | ||
<PackageTags>asyncapi .net openapi documentation</PackageTags> | ||
</PropertyGroup> | ||
</Project> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,55 +1,55 @@ | ||
<Project Sdk="Microsoft.NET.Sdk"> | ||
|
||
<PropertyGroup> | ||
<TargetFramework>net6.0</TargetFramework> | ||
<ImplicitUsings>disable</ImplicitUsings> | ||
<Nullable>enable</Nullable> | ||
<PropertyGroup> | ||
<TargetFramework>net6.0</TargetFramework> | ||
<ImplicitUsings>disable</ImplicitUsings> | ||
<Nullable>enable</Nullable> | ||
<IsPackable>false</IsPackable> | ||
<NoWarn>$(NoWarn);SA1600</NoWarn> | ||
</PropertyGroup> | ||
|
||
<IsPackable>false</IsPackable> | ||
</PropertyGroup> | ||
<ItemGroup> | ||
<PackageReference Include="FluentAssertions" Version="6.7.0" /> | ||
<PackageReference Include="LiquidTestReports.Markdown" Version="1.0.9" /> | ||
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="16.11.0" /> | ||
<PackageReference Include="JsonSchema.Net" Version="2.0.1" /> | ||
<PackageReference Include="NUnit" Version="3.13.2" /> | ||
<PackageReference Include="NUnit3TestAdapter" Version="4.0.0" /> | ||
<PackageReference Include="coverlet.collector" Version="3.1.2"> | ||
<PrivateAssets>all</PrivateAssets> | ||
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets> | ||
</PackageReference> | ||
<PackageReference Include="ReportGenerator" Version="5.1.2" /> | ||
<PackageReference Include="StyleCop.Analyzers" Version="1.1.118"> | ||
<PrivateAssets>all</PrivateAssets> | ||
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets> | ||
</PackageReference> | ||
</ItemGroup> | ||
|
||
<ItemGroup> | ||
<PackageReference Include="FluentAssertions" Version="6.7.0" /> | ||
<PackageReference Include="LiquidTestReports.Markdown" Version="1.0.9" /> | ||
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="16.11.0" /> | ||
<PackageReference Include="JsonSchema.Net" Version="2.0.1" /> | ||
<PackageReference Include="NUnit" Version="3.13.2" /> | ||
<PackageReference Include="NUnit3TestAdapter" Version="4.0.0" /> | ||
<PackageReference Include="coverlet.collector" Version="3.1.2"> | ||
<PrivateAssets>all</PrivateAssets> | ||
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets> | ||
</PackageReference> | ||
<PackageReference Include="ReportGenerator" Version="5.1.2" /> | ||
<PackageReference Include="StyleCop.Analyzers" Version="1.1.118"> | ||
<PrivateAssets>all</PrivateAssets> | ||
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets> | ||
</PackageReference> | ||
</ItemGroup> | ||
<ItemGroup> | ||
<ProjectReference Include="..\..\src\LEGO.AsyncAPI.Bindings\LEGO.AsyncAPI.Bindings.csproj" /> | ||
<ProjectReference Include="..\..\src\LEGO.AsyncAPI.Readers\LEGO.AsyncAPI.Readers.csproj" /> | ||
<ProjectReference Include="..\..\src\LEGO.AsyncAPI\LEGO.AsyncAPI.csproj" /> | ||
</ItemGroup> | ||
|
||
<ItemGroup> | ||
<ProjectReference Include="..\..\src\LEGO.AsyncAPI.Bindings\LEGO.AsyncAPI.Bindings.csproj" /> | ||
<ProjectReference Include="..\..\src\LEGO.AsyncAPI.Readers\LEGO.AsyncAPI.Readers.csproj" /> | ||
<ProjectReference Include="..\..\src\LEGO.AsyncAPI\LEGO.AsyncAPI.csproj" /> | ||
</ItemGroup> | ||
|
||
<ItemGroup> | ||
<None Remove="readers\Basic.yaml" /> | ||
</ItemGroup> | ||
<ItemGroup> | ||
<None Remove="readers\samples\AsyncApi\AsyncApiChannelObject\Basic.yaml" /> | ||
<None Remove="readers\samples\AsyncApi\AsyncApiInfoObject\Advanced.yaml" /> | ||
<None Remove="readers\samples\AsyncApi\AsyncApiInfoObject\Basic.yaml" /> | ||
<None Remove="readers\samples\AsyncApi\Basic.yaml" /> | ||
<None Remove="readers\samples\AsyncApi\schema-v2.3.0.json" /> | ||
<None Remove="stylecop.json" /> | ||
</ItemGroup> | ||
<ItemGroup> | ||
<AdditionalFiles Include="stylecop.json" /> | ||
</ItemGroup> | ||
<ItemGroup> | ||
<Folder Include="Attributes\" /> | ||
</ItemGroup> | ||
<ItemGroup> | ||
<None Include="..\..\.editorconfig" Link=".editorconfig" /> | ||
</ItemGroup> | ||
<ItemGroup> | ||
<None Remove="readers\Basic.yaml" /> | ||
</ItemGroup> | ||
<ItemGroup> | ||
<None Remove="readers\samples\AsyncApi\AsyncApiChannelObject\Basic.yaml" /> | ||
<None Remove="readers\samples\AsyncApi\AsyncApiInfoObject\Advanced.yaml" /> | ||
<None Remove="readers\samples\AsyncApi\AsyncApiInfoObject\Basic.yaml" /> | ||
<None Remove="readers\samples\AsyncApi\Basic.yaml" /> | ||
<None Remove="readers\samples\AsyncApi\schema-v2.3.0.json" /> | ||
<None Remove="stylecop.json" /> | ||
</ItemGroup> | ||
<ItemGroup> | ||
<AdditionalFiles Include="stylecop.json" /> | ||
</ItemGroup> | ||
<ItemGroup> | ||
<Folder Include="Attributes\" /> | ||
</ItemGroup> | ||
<ItemGroup> | ||
<None Include="..\..\.editorconfig" Link=".editorconfig" /> | ||
</ItemGroup> | ||
</Project> |