Skip to content

Commit 0a2f5a3

Browse files
committed
Update cop
1 parent 31e8a39 commit 0a2f5a3

3 files changed

Lines changed: 30 additions & 3 deletions

File tree

AspNetCoreAnalyzers.Tests/AspNetCoreAnalyzers.Tests.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
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>
Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
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+
}

AspNetCoreAnalyzers/AspNetCoreAnalyzers.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,11 +55,11 @@
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>

0 commit comments

Comments
 (0)