-
Notifications
You must be signed in to change notification settings - Fork 0
/
Directory.Build.props
26 lines (24 loc) · 1.09 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
<Project>
<PropertyGroup>
<VersionPrefix>1.3.0</VersionPrefix>
<VersionSuffix>snapshot</VersionSuffix>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>
<PropertyGroup>
<DefaultTargetFramework>net6.0</DefaultTargetFramework>
</PropertyGroup>
<PropertyGroup>
<StackExchange_Redis_Version>2.5.43</StackExchange_Redis_Version>
<Antlr4_Version>4.6.6</Antlr4_Version>
<CommandLineParser_Version>2.8.0</CommandLineParser_Version>
<Microsoft_NET_Test_Sdk_Version>16.11.0</Microsoft_NET_Test_Sdk_Version>
<xunit_Version>2.4.1</xunit_Version>
<xunit_runner_visualstudio_Version>2.4.3</xunit_runner_visualstudio_Version>
<coverlet_collector_Version>3.1.0</coverlet_collector_Version>
<Newtonsoft_Json_Version>13.0.1</Newtonsoft_Json_Version>
<PrettyPrompt_Version>3.0.5</PrettyPrompt_Version>
<ConsoleTables_Version>2.4.2</ConsoleTables_Version>
<MemuraiDeveloper_Version>2.0.5</MemuraiDeveloper_Version>
</PropertyGroup>
</Project>