File tree 6 files changed +18
-16
lines changed
6 files changed +18
-16
lines changed Original file line number Diff line number Diff line change 1
- <Project Sdk =" Microsoft.NET.Sdk" >
1
+ <Project Sdk =" Microsoft.NET.Sdk" >
2
2
<PropertyGroup >
3
3
<TargetFramework >net6.0</TargetFramework >
4
4
<OutputType >Exe</OutputType >
19
19
</Content >
20
20
</ItemGroup >
21
21
<ItemGroup >
22
- <PackageReference Include =" BenchmarkDotNet" Version =" 0.13.1 " />
23
- <PackageReference Include =" BenchmarkDotNet.Diagnostics.Windows" Version =" 0.13.1 " />
22
+ <PackageReference Include =" BenchmarkDotNet" Version =" 0.13.11 " />
23
+ <PackageReference Include =" BenchmarkDotNet.Diagnostics.Windows" Version =" 0.13.11 " />
24
24
<PackageReference Include =" CommonMark.NET" Version =" 0.15.1" />
25
25
<PackageReference Include =" Markdown" Version =" 2.2.1" />
26
26
<PackageReference Include =" MarkdownSharp" Version =" 2.0.5" />
27
- <PackageReference Include =" Microsoft.Diagnostics.Runtime" Version =" 2.0.226801 " />
27
+ <PackageReference Include =" Microsoft.Diagnostics.Runtime" Version =" 3.1.456101 " />
28
28
</ItemGroup >
29
29
<ItemGroup >
30
30
<ProjectReference Include =" ..\Markdig\Markdig.csproj" />
Original file line number Diff line number Diff line change
1
+ // Copyright (c) Alexandre Mutel. All rights reserved.
2
+ // This file is licensed under the BSD-Clause 2 license.
3
+ // See the license.txt file in the project root for more information.
4
+
5
+ global using Assert = NUnit . Framework . Legacy . ClassicAssert ;
Original file line number Diff line number Diff line change 11
11
</PropertyGroup >
12
12
13
13
<ItemGroup >
14
- <PackageReference Include =" Microsoft.NET.Test.Sdk" Version =" 17.1 .0" />
15
- <PackageReference Include =" NUnit" Version =" 3.13.3 " />
16
- <PackageReference Include =" NUnit3TestAdapter" Version =" 4.2.1 " />
14
+ <PackageReference Include =" Microsoft.NET.Test.Sdk" Version =" 17.8 .0" />
15
+ <PackageReference Include =" NUnit" Version =" 4.0.1 " />
16
+ <PackageReference Include =" NUnit3TestAdapter" Version =" 4.5.0 " />
17
17
</ItemGroup >
18
18
19
19
<ItemGroup >
Original file line number Diff line number Diff line change 14
14
</PropertyGroup >
15
15
16
16
<ItemGroup >
17
- <PackageReference Include =" Microsoft.ApplicationInsights.AspNetCore" Version =" 2.20 .0" />
17
+ <PackageReference Include =" Microsoft.ApplicationInsights.AspNetCore" Version =" 2.22 .0" />
18
18
</ItemGroup >
19
19
20
20
<ItemGroup >
Original file line number Diff line number Diff line change 24
24
<SymbolPackageFormat >snupkg</SymbolPackageFormat >
25
25
</PropertyGroup >
26
26
27
- <ItemGroup Condition =" '$(TargetFramework)' == 'net462' " >
28
- <PackageReference Include =" System.Memory" Version =" 4.5.4 " />
27
+ <ItemGroup Condition =" '$(TargetFramework)' == 'net462' OR '$(TargetFramework)' == 'netstandard2.0' " >
28
+ <PackageReference Include =" System.Memory" Version =" 4.5.5 " />
29
29
</ItemGroup >
30
30
31
- <ItemGroup Condition =" '$(TargetFramework)' == 'netstandard2.0' " >
32
- <PackageReference Include =" System.Memory" Version =" 4.5.4" />
33
- </ItemGroup >
34
-
35
31
<ItemGroup >
36
32
<None Include =" ../../img/markdig.png" Pack =" true" PackagePath =" " />
37
33
<None Include =" ../../readme.md" Pack =" true" PackagePath =" /" />
38
- <PackageReference Include =" MinVer" Version =" 3.1 .0" >
34
+ <PackageReference Include =" MinVer" Version =" 4.3 .0" >
39
35
<PrivateAssets >all</PrivateAssets >
40
36
<IncludeAssets >runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets >
41
37
</PackageReference >
42
- <PackageReference Include =" Microsoft.SourceLink.GitHub" Version =" 1.1 .*" PrivateAssets =" All" />
38
+ <PackageReference Include =" Microsoft.SourceLink.GitHub" Version =" 8.0 .*" PrivateAssets =" All" />
43
39
</ItemGroup >
44
40
45
41
<Target Name =" PatchVersion" AfterTargets =" MinVer" >
Original file line number Diff line number Diff line change 3
3
This file is licensed under the BSD-Clause 2 license. 
4
4
See the license.txt file in the project root for more information.</s : String >
5
5
<s : String x : Key =" /Default/CodeStyle/Naming/CSharpNaming/PredefinedNamingRules/=PrivateInstanceFields/@EntryIndexedValue" >< Policy Inspect="True" Prefix="" Suffix="" Style="aaBb" /> </s : String >
6
+ <s : Boolean x : Key =" /Default/Environment/SettingsMigration/IsMigratorApplied/=JetBrains_002EReSharper_002EFeature_002EServices_002ECodeCleanup_002EFileHeader_002EFileHeaderSettingsMigrate/@EntryIndexedValue" >True</s : Boolean >
6
7
<s : String x : Key =" /Default/Environment/UnitTesting/NUnitProvider/SetCurrentDirectoryTo/@EntryValue" >TestFolder</s : String >
7
8
<s : Boolean x : Key =" /Default/UserDictionary/Words/=Autolink/@EntryIndexedValue" >True</s : Boolean >
8
9
<s : Boolean x : Key =" /Default/UserDictionary/Words/=Inlines/@EntryIndexedValue" >True</s : Boolean >
You can’t perform that action at this time.
0 commit comments