Skip to content

Commit 1a6af83

Browse files
committed
Mark as CLSCompliant and use the latest SDK version available on AppVeyor images
1 parent 5321e91 commit 1a6af83

2 files changed

Lines changed: 5 additions & 2 deletions

File tree

Source/HttpMultipartParser/Properties/AssemblyInfo.cs

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@
2222
// </summary>
2323
// --------------------------------------------------------------------------------------------------------------------
2424

25+
using System;
2526
using System.Runtime.CompilerServices;
2627
using System.Runtime.InteropServices;
2728

@@ -38,4 +39,6 @@
3839
[assembly: ComVisible(false)]
3940

4041
// The following GUID is for the ID of the typelib if this project is exposed to COM
41-
[assembly: Guid("b9ed9178-5d4f-47e2-97ac-044c8f665277")]
42+
[assembly: Guid("b9ed9178-5d4f-47e2-97ac-044c8f665277")]
43+
44+
[assembly: CLSCompliant(true)]

global.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"sdk": {
3-
"version": "5.0.202",
3+
"version": "5.0.300",
44
"rollForward": "latestFeature"
55
}
66
}

0 commit comments

Comments
 (0)