You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: src/Medidata.MAuth.AspNetCore/Medidata.MAuth.AspNetCore.csproj
+1-2
Original file line number
Diff line number
Diff line change
@@ -1,8 +1,7 @@
1
1
<ProjectSdk="Microsoft.NET.Sdk">
2
-
<ImportProject="..\..\build\common.props" />
3
2
4
3
<PropertyGroup>
5
-
<TargetFramework>netcoreapp2.1</TargetFramework>
4
+
<TargetFramework>netstandard2.0</TargetFramework>
6
5
<Description>This package contains an ASP.NET Core middleware to validate signed http requests with the Medidata MAuth protocol. The middleware communicates with an MAuth server in order to confirm the validity of the request authentication header. Include this package in your ASP.NET Core web api if you want to authenticate the api requests signed with the MAuth protocol.</Description>
Copy file name to clipboardexpand all lines: src/Medidata.MAuth.Core/Medidata.MAuth.Core.csproj
-1
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,4 @@
1
1
<ProjectSdk="Microsoft.NET.Sdk">
2
-
<ImportProject="..\..\build\common.props" />
3
2
4
3
<PropertyGroup>
5
4
<Description>A core package for Medidata HMAC protocol implementation. This package contains the core functionality which used by the MAuth authentication protocol-specific components. This package also can be used standalone if you want to sign HTTP/HTTPS requests with Medidata MAuth keys using the .NET HttpClient message handler mechanism.</Description>
Copy file name to clipboardexpand all lines: src/Medidata.MAuth.Owin/Medidata.MAuth.Owin.csproj
-1
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,4 @@
1
1
<ProjectSdk="Microsoft.NET.Sdk">
2
-
<ImportProject="..\..\build\common.props" />
3
2
4
3
<PropertyGroup>
5
4
<Description>This package contains an OWIN middleware to validate signed http requests with the Medidata MAuth protocol. The middleware communicates with an MAuth server in order to confirm the validity of the request authentication header. Include this package in your OWIN-enabled web api if you want to authenticate the api requests signed with the MAuth protocol.</Description>
Copy file name to clipboardexpand all lines: src/Medidata.MAuth.WebApi/Medidata.MAuth.WebApi.csproj
-1
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,4 @@
1
1
<ProjectSdk="Microsoft.NET.Sdk">
2
-
<ImportProject="..\..\build\common.props" />
3
2
4
3
<PropertyGroup>
5
4
<Description>This package contains an HTTP message handler to validate signed http requests with the Medidata MAuth protocol. The handler communicates with an MAuth server in order to confirm the validity of the request authentication header. Include this package in your WebAPI application if you want to authenticate the api requests signed with the MAuth protocol.</Description>
0 commit comments