File tree Expand file tree Collapse file tree
AspNetCoreAnalyzers.Tests Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3030 <PackageReference Include =" NUnit" Version =" 3.13.2" />
3131 <PackageReference Include =" NUnit3TestAdapter" Version =" 4.2.1" PrivateAssets =" all" />
3232 <PackageReference Include =" ReflectionAnalyzers" Version =" 0.3.1" PrivateAssets =" all" />
33- <PackageReference Include =" StyleCop.Analyzers" Version =" 1.2.0-beta.354 " PrivateAssets =" all" />
33+ <PackageReference Include =" StyleCop.Analyzers" Version =" 1.2.0-beta.406 " PrivateAssets =" all" />
3434 <PackageReference Include =" System.Reactive.PlatformServices" Version =" 5.0.0" />
3535 </ItemGroup >
3636</Project >
Original file line number Diff line number Diff line change 1+ {
2+ "iisSettings" : {
3+ "windowsAuthentication" : false ,
4+ "anonymousAuthentication" : true ,
5+ "iisExpress" : {
6+ "applicationUrl" : " http://localhost:52342/" ,
7+ "sslPort" : 44372
8+ }
9+ },
10+ "profiles" : {
11+ "IIS Express" : {
12+ "commandName" : " IISExpress" ,
13+ "launchBrowser" : true ,
14+ "environmentVariables" : {
15+ "ASPNETCORE_ENVIRONMENT" : " Development"
16+ }
17+ },
18+ "AspNetCoreAnalyzers.Tests" : {
19+ "commandName" : " Project" ,
20+ "launchBrowser" : true ,
21+ "environmentVariables" : {
22+ "ASPNETCORE_ENVIRONMENT" : " Development"
23+ },
24+ "applicationUrl" : " https://localhost:5001;http://localhost:5000"
25+ }
26+ }
27+ }
Original file line number Diff line number Diff line change 5555 <PackageReference Include =" IDisposableAnalyzers" Version =" 4.0.2" PrivateAssets =" all" />
5656 <PackageReference Include =" Microsoft.CodeAnalysis.CSharp.Workspaces" Version =" 4.0.1" />
5757 <PackageReference Include =" ReflectionAnalyzers" Version =" 0.3.1" PrivateAssets =" all" />
58- <PackageReference Include =" StyleCop.Analyzers" Version =" 1.2.0-beta.354 " PrivateAssets =" all" />
58+ <PackageReference Include =" StyleCop.Analyzers" Version =" 1.2.0-beta.406 " PrivateAssets =" all" />
5959 </ItemGroup >
6060
6161 <ItemGroup >
6262 <PackageReference Include =" TunnelVisionLabs.ReferenceAssemblyAnnotator" Version =" 1.0.0-alpha.160" PrivateAssets =" all" />
63- <PackageDownload Include =" Microsoft.NETCore.App.Ref" Version =" [5 .0.0]" />
63+ <PackageDownload Include =" Microsoft.NETCore.App.Ref" Version =" [6 .0.0]" />
6464 </ItemGroup >
6565</Project >
You can’t perform that action at this time.
0 commit comments