|
1 | 1 | <Project> |
2 | | - <PropertyGroup> |
3 | | - <Version>10.0.0-rc.1</Version> |
4 | | - <TargetFramework>net10.0</TargetFramework> |
5 | | - </PropertyGroup> |
| 2 | + <PropertyGroup> |
| 3 | + <Version>10.0.0-rc.1</Version> |
| 4 | + <TargetFramework>net10.0</TargetFramework> |
| 5 | + </PropertyGroup> |
6 | 6 |
|
7 | | - <PropertyGroup> |
8 | | - <Authors>Fusonic</Authors> |
9 | | - <Company>Fusonic GmbH</Company> |
10 | | - <Copyright>Fusonic Gmbh</Copyright> |
11 | | - <PackageIcon>icon.png</PackageIcon> |
12 | | - <PackageLicenseExpression>MIT</PackageLicenseExpression> |
13 | | - <PublishRepositoryUrl>true</PublishRepositoryUrl> |
14 | | - <EmbedUntrackedSources>true</EmbedUntrackedSources> |
15 | | - <LangVersion>preview</LangVersion> |
16 | | - </PropertyGroup> |
| 7 | + <PropertyGroup> |
| 8 | + <Authors>Fusonic</Authors> |
| 9 | + <Company>Fusonic GmbH</Company> |
| 10 | + <Copyright>Fusonic Gmbh</Copyright> |
| 11 | + <PackageIcon>icon.png</PackageIcon> |
| 12 | + <PackageLicenseExpression>MIT</PackageLicenseExpression> |
| 13 | + <PublishRepositoryUrl>true</PublishRepositoryUrl> |
| 14 | + <EmbedUntrackedSources>true</EmbedUntrackedSources> |
| 15 | + <LangVersion>preview</LangVersion> |
| 16 | + </PropertyGroup> |
17 | 17 |
|
18 | | - <PropertyGroup> |
19 | | - <EnforceCodeStyleInBuild>true</EnforceCodeStyleInBuild> |
20 | | - <Nullable>enable</Nullable> |
21 | | - <Features>strict</Features> |
22 | | - <ImplicitUsings>enable</ImplicitUsings> |
23 | | - <GenerateDocumentationFile>True</GenerateDocumentationFile> |
24 | | - <NoWarn>$(NoWarn),CS1591</NoWarn> |
25 | | - <ArtifactsPath>$(MSBuildThisFileDirectory)../artifacts</ArtifactsPath> |
26 | | - <AccelerateBuildsInVisualStudio>true</AccelerateBuildsInVisualStudio> |
27 | | - </PropertyGroup> |
| 18 | + <PropertyGroup> |
| 19 | + <EnforceCodeStyleInBuild>true</EnforceCodeStyleInBuild> |
| 20 | + <Nullable>enable</Nullable> |
| 21 | + <Features>strict</Features> |
| 22 | + <ImplicitUsings>enable</ImplicitUsings> |
| 23 | + <GenerateDocumentationFile>True</GenerateDocumentationFile> |
| 24 | + <NoWarn>$(NoWarn),CS1591</NoWarn> |
| 25 | + <ArtifactsPath>$(MSBuildThisFileDirectory)../artifacts</ArtifactsPath> |
| 26 | + <AccelerateBuildsInVisualStudio>true</AccelerateBuildsInVisualStudio> |
| 27 | + </PropertyGroup> |
28 | 28 |
|
29 | | - <PropertyGroup Condition="$(MSBuildProjectName.EndsWith('.Tests'))"> |
30 | | - <!-- Disabled CA1707 to allow underscores in identifiers like test method names --> |
31 | | - <NoWarn>$(NoWarn), CA1707, CS1591</NoWarn> |
32 | | - </PropertyGroup> |
| 29 | + <PropertyGroup Condition="$(MSBuildProjectName.EndsWith('.Tests'))"> |
| 30 | + <!-- Disabled CA1707 to allow underscores in identifiers like test method names --> |
| 31 | + <NoWarn>$(NoWarn), CA1707, CS1591</NoWarn> |
| 32 | + </PropertyGroup> |
33 | 33 |
|
34 | | - <PropertyGroup Condition="'$(GITLAB_CI)' == 'true'"> |
35 | | - <ContinuousIntegrationBuild>true</ContinuousIntegrationBuild> |
36 | | - </PropertyGroup> |
| 34 | + <PropertyGroup Condition="'$(GITLAB_CI)' == 'true'"> |
| 35 | + <ContinuousIntegrationBuild>true</ContinuousIntegrationBuild> |
| 36 | + </PropertyGroup> |
37 | 37 |
|
38 | | - <ItemGroup> |
39 | | - <PackageReference Include="Microsoft.SourceLink.Github" PrivateAssets="All"/> |
40 | | - <None Include="..\..\..\icon.png"> |
41 | | - <Pack>True</Pack> |
42 | | - <PackagePath></PackagePath> |
43 | | - </None> |
44 | | - </ItemGroup> |
| 38 | + <ItemGroup> |
| 39 | + <PackageReference Include="Microsoft.SourceLink.Github" PrivateAssets="All"/> |
| 40 | + <None Include="..\..\..\icon.png"> |
| 41 | + <Pack>True</Pack> |
| 42 | + <PackagePath></PackagePath> |
| 43 | + </None> |
| 44 | + </ItemGroup> |
45 | 45 | </Project> |
0 commit comments