forked from themeldingwars/PIN
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathPIN.targets
More file actions
20 lines (19 loc) · 765 Bytes
/
Copy pathPIN.targets
File metadata and controls
20 lines (19 loc) · 765 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<Project>
<PropertyGroup>
<TargetFramework>net8.0</TargetFramework>
<LangVersion>latest</LangVersion>
<CodeAnalysisRuleSet>..\..\stylecop.ruleset</CodeAnalysisRuleSet>
</PropertyGroup>
<PropertyGroup>
<Version>1.2.0</Version>
<Company>The Melding Wars</Company>
<Copyright>Copyright © 2019-2023 by The Melding Wars</Copyright>
<Product>Pirate Intelligence Network</Product>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="StyleCop.Analyzers" Version="1.1.118">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
</ItemGroup>
</Project>