We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5321e91 commit 1a6af83Copy full SHA for 1a6af83
2 files changed
Source/HttpMultipartParser/Properties/AssemblyInfo.cs
@@ -22,6 +22,7 @@
22
// </summary>
23
// --------------------------------------------------------------------------------------------------------------------
24
25
+using System;
26
using System.Runtime.CompilerServices;
27
using System.Runtime.InteropServices;
28
@@ -38,4 +39,6 @@
38
39
[assembly: ComVisible(false)]
40
41
// The following GUID is for the ID of the typelib if this project is exposed to COM
-[assembly: Guid("b9ed9178-5d4f-47e2-97ac-044c8f665277")]
42
+[assembly: Guid("b9ed9178-5d4f-47e2-97ac-044c8f665277")]
43
+
44
+[assembly: CLSCompliant(true)]
global.json
@@ -1,6 +1,6 @@
1
{
2
"sdk": {
3
- "version": "5.0.202",
+ "version": "5.0.300",
4
"rollForward": "latestFeature"
5
}
6
0 commit comments