-
Notifications
You must be signed in to change notification settings - Fork 63
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
57eaf06
commit db889ac
Showing
38 changed files
with
732 additions
and
289 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,11 @@ | ||
<Project Sdk="Microsoft.NET.Sdk"> | ||
|
||
<PropertyGroup> | ||
<TargetFramework>netstandard2.0</TargetFramework> | ||
</PropertyGroup> | ||
|
||
<ItemGroup> | ||
<ProjectReference Include="..\..\src\Microsoft.AspNetCore.SystemWebAdapters\Microsoft.AspNetCore.SystemWebAdapters.csproj" /> | ||
</ItemGroup> | ||
|
||
<ItemGroup> | ||
<PackageReference Include="System.ComponentModel.Annotations" Version="5.0.0" /> | ||
<PackageReference Include="System.ComponentModel.Annotations" /> | ||
</ItemGroup> | ||
|
||
</Project> | ||
</Project> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,62 @@ | ||
<Project> | ||
<PropertyGroup> | ||
<ManagePackageVersionsCentrally>true</ManagePackageVersionsCentrally> | ||
<CentralPackageTransitivePinningEnabled>true</CentralPackageTransitivePinningEnabled> | ||
<NoWarn>$(NoWarn);NU1507;NU1902</NoWarn> | ||
</PropertyGroup> | ||
<ItemGroup> | ||
<PackageVersion Include="Antlr" Version="3.5.0.2" /> | ||
<PackageVersion Include="AspNet.ScriptManager.bootstrap" Version="3.4.1" /> | ||
<PackageVersion Include="AspNet.ScriptManager.jQuery" Version="3.7.1" /> | ||
<PackageVersion Include="AspNet.ScriptManager.jQuery.UI.Combined" Version="1.13.2" /> | ||
<PackageVersion Include="bootstrap" Version="3.4.1" /> | ||
<PackageVersion Include="jQuery" Version="3.7.1" /> | ||
<PackageVersion Include="jQuery.Validation" Version="1.19.5" /> | ||
<PackageVersion Include="Microsoft.AspNet.FriendlyUrls" Version="1.0.2" /> | ||
<PackageVersion Include="Microsoft.AspNet.Identity.EntityFramework" Version="2.2.3" /> | ||
<PackageVersion Include="Microsoft.AspNet.Identity.Owin" Version="2.2.4" /> | ||
<PackageVersion Include="Microsoft.AspNet.Mvc" Version="5.2.7" /> | ||
<PackageVersion Include="Microsoft.AspNet.ScriptManager.MSAjax" Version="5.0.0" /> | ||
<PackageVersion Include="Microsoft.AspNet.ScriptManager.WebForms" Version="5.0.0" /> | ||
<PackageVersion Include="Microsoft.AspNet.Web.Optimization" Version="1.1.3" /> | ||
<PackageVersion Include="Microsoft.AspNet.Web.Optimization.WebForms" Version="1.1.3" /> | ||
<PackageVersion Include="Microsoft.AspNet.WebApi" Version="5.2.7" /> | ||
<PackageVersion Include="Microsoft.AspNet.WebApi.HelpPage" Version="5.2.7" /> | ||
<PackageVersion Include="Microsoft.AspNetCore.Authentication.Negotiate" Version="8.0.7" /> | ||
<PackageVersion Include="Microsoft.AspNetCore.Components.CustomElements" Version="8.0.7" /> | ||
<PackageVersion Include="Microsoft.AspNetCore.Cryptography.Internal" Version="6.0.7" /> | ||
<PackageVersion Include="Microsoft.AspNetCore.DataProtection.Abstractions" Version="6.0.7" /> | ||
<PackageVersion Include="Microsoft.AspNetCore.DataProtection.Extensions" Version="3.1.32" /> | ||
<PackageVersion Include="Microsoft.AspNetCore.DataProtection.SystemWeb" Version="2.2.0" /> | ||
<PackageVersion Include="Microsoft.AspNetCore.Hosting.Abstractions" Version="2.2.0" /> | ||
<PackageVersion Include="Microsoft.Extensions.Caching.Memory" Version="8.0.1" /> | ||
<PackageVersion Include="Microsoft.Extensions.DependencyInjection" Version="6.0.0" /> | ||
<PackageVersion Include="Microsoft.Extensions.FileProviders.Abstractions" Version="6.0.0" /> | ||
<PackageVersion Include="Microsoft.Extensions.FileProviders.Composite" Version="6.0.0" /> | ||
<PackageVersion Include="Microsoft.Extensions.FileProviders.Physical" Version="6.0.0" /> | ||
<PackageVersion Include="Microsoft.Extensions.Hosting.Abstractions" Version="6.0.0" /> | ||
<PackageVersion Include="Microsoft.Extensions.Logging.Abstractions" Version="6.0.1" /> | ||
<PackageVersion Include="Microsoft.Extensions.Options" Version="6.0.0" /> | ||
<PackageVersion Include="Microsoft.IdentityModel.Protocol.Extensions" Version="1.0.4.403061554" /> | ||
<PackageVersion Include="Microsoft.IdentityModel.Protocols.OpenIdConnect" Version="6.19.0" /> | ||
<PackageVersion Include="Microsoft.IdentityModel.Protocols.WsFederation" Version="6.19.0" /> | ||
<PackageVersion Include="Microsoft.jQuery.Unobtrusive.Validation" Version="3.2.11" /> | ||
<PackageVersion Include="Microsoft.Owin.Host.SystemWeb" Version="4.2.2" /> | ||
<PackageVersion Include="Microsoft.Owin.Security.ActiveDirectory" Version="4.2.2" /> | ||
<PackageVersion Include="Microsoft.Owin.Security.Cookies" Version="4.2.2" /> | ||
<PackageVersion Include="Microsoft.Owin.Security.Interop" Version="2.1.38" /> | ||
<PackageVersion Include="Microsoft.Owin.Security.OAuth" Version="4.2.2" /> | ||
<PackageVersion Include="Microsoft.Owin.Security.OpenIdConnect" Version="4.2.2" /> | ||
<PackageVersion Include="Microsoft.Web.Infrastructure" Version="2.0.1" /> | ||
<PackageVersion Include="Microsoft.Win32.Registry" Version="5.0.0" /> | ||
<PackageVersion Include="Modernizr" Version="2.8.3" /> | ||
<PackageVersion Include="Newtonsoft.Json" Version="13.0.1" /> | ||
<PackageVersion Include="System.ComponentModel.Annotations" Version="5.0.0" /> | ||
<PackageVersion Include="System.IdentityModel.Tokens.Jwt" Version="7.2.0" /> | ||
<PackageVersion Include="System.Runtime.InteropServices.RuntimeInformation" Version="4.3.0" /> | ||
<PackageVersion Include="System.Security.AccessControl" Version="6.0.0" /> | ||
<PackageVersion Include="System.Text.Encodings.Web" Version="8.0.0" /> | ||
<PackageVersion Include="WebGrease" Version="1.6.0" /> | ||
<PackageVersion Include="Yarp.ReverseProxy" Version="2.2.0" /> | ||
</ItemGroup> | ||
</Project> |
13 changes: 4 additions & 9 deletions
13
samples/FrameworkSampleUtilities/FrameworkSampleUtilities.csproj
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,23 +1,18 @@ | ||
<Project Sdk="Microsoft.NET.Sdk"> | ||
|
||
<PropertyGroup> | ||
<TargetFramework>net481</TargetFramework> | ||
<Nullable>enable</Nullable> | ||
<ImplicitUsings>enable</ImplicitUsings> | ||
</PropertyGroup> | ||
|
||
<ItemGroup> | ||
<ProjectReference Include="..\..\src\Microsoft.AspNetCore.SystemWebAdapters.FrameworkServices\Microsoft.AspNetCore.SystemWebAdapters.FrameworkServices.csproj" /> | ||
</ItemGroup> | ||
|
||
<ItemGroup> | ||
<Reference Include="System.Web" /> | ||
</ItemGroup> | ||
|
||
<ItemGroup> | ||
<PackageReference Include="Microsoft.Extensions.FileProviders.Abstractions" Version="6.0.0" /> | ||
<PackageReference Include="Microsoft.Extensions.FileProviders.Composite" Version="6.0.0" /> | ||
<PackageReference Include="Microsoft.Extensions.FileProviders.Physical" Version="6.0.0" /> | ||
<PackageReference Include="Microsoft.Extensions.FileProviders.Abstractions" /> | ||
<PackageReference Include="Microsoft.Extensions.FileProviders.Composite" /> | ||
<PackageReference Include="Microsoft.Extensions.FileProviders.Physical" /> | ||
</ItemGroup> | ||
|
||
</Project> | ||
</Project> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.