forked from AfterLutz/Akkatecture
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Directory.Build.props
43 lines (41 loc) · 1.95 KB
/
Directory.Build.props
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
<Project>
<PropertyGroup>
<Authors>Lutando Ngqakaza</Authors>
<Company>Lutando Ngqakaza</Company>
<Copyright>Copyright (c) Lutando Ngqakaza 2018 - 2020</Copyright>
<PackageRequireLicenseAcceptance>True</PackageRequireLicenseAcceptance>
<RepositoryType>git</RepositoryType>
<RepositoryUrl>https://github.com/Lutando/Akkatecture</RepositoryUrl>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<NeutralLanguage>en-GB</NeutralLanguage>
<PackageReleaseNotes>Externally Updated</PackageReleaseNotes>
<PackageIcon>logo-512.png</PackageIcon>
<EmbedUntrackedSources>true</EmbedUntrackedSources>
<AllowedOutputExtensionsInPackageBuildOutputFolder>$(AllowedOutputExtensionsInPackageBuildOutputFolder);.pdb</AllowedOutputExtensionsInPackageBuildOutputFolder>
<IsPackable>false</IsPackable>
<PackageReadmeFile>README.md</PackageReadmeFile>
</PropertyGroup>
<PropertyGroup>
<NoWarn>NU5104</NoWarn>
</PropertyGroup>
<ItemGroup>
<None Include="$(MSBuildThisFileDirectory)\logo-512.png" Pack="true" Visible="false" PackagePath="\" />
<None Include="$(MSBuildThisFileDirectory)\README.md" Pack="true" Visible="false" PackagePath="\" />
</ItemGroup>
<PropertyGroup>
<NetCoreAppVersion>net6.0</NetCoreAppVersion>
<NetStandardVersion>netstandard2.0</NetStandardVersion>
<AkkaVersion>1.4.39</AkkaVersion>
<AkkatectureMultiNodeSharedVersion>0.5.2</AkkatectureMultiNodeSharedVersion>
<XunitVersion>2.4.1</XunitVersion>
<XunitRunnerVSVersion>2.4.5</XunitRunnerVSVersion>
<XunitRunnerUtilityVersion>2.4.1</XunitRunnerUtilityVersion>
<CoverletMSBuildVersion>3.1.2</CoverletMSBuildVersion>
<FluentAssertionsVersion>6.7.0</FluentAssertionsVersion>
<TestSdkVersion>17.2.0</TestSdkVersion>
<SourceLinkGithubVersion>1.1.1</SourceLinkGithubVersion>
</PropertyGroup>
<PropertyGroup>
<CopyLocalLockFileAssemblies>true</CopyLocalLockFileAssemblies>
</PropertyGroup>
</Project>