-
-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathSharedAssemblyProperties.props
More file actions
22 lines (22 loc) · 860 Bytes
/
Copy pathSharedAssemblyProperties.props
File metadata and controls
22 lines (22 loc) · 860 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<Project>
<PropertyGroup>
<Authors>John Gietzen</Authors>
<Copyright>Copyright © 2026 $(Authors)</Copyright>
<Product>Codec</Product>
<NeutralLanguage>en-US</NeutralLanguage>
<LangVersion>latest</LangVersion>
<Nullable>enable</Nullable>
<IsPublishable>false</IsPublishable>
</PropertyGroup>
<PropertyGroup>
<WarningsAsErrors>CA1416</WarningsAsErrors>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="FixMe" Version="1.0.0" PrivateAssets="All" />
<PackageReference Include="GitVersion.MsBuild" Version="6.3.0">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
<PackageReference Include="StyleCop.Analyzers" Version="1.2.0-beta.556" PrivateAssets="All" />
</ItemGroup>
</Project>