Skip to content

Commit 74987d7

Browse files
tomashercegcafour
authored andcommitted
Fixed compile errors in coordinator
1 parent e8a5586 commit 74987d7

File tree

1 file changed

+19
-19
lines changed

1 file changed

+19
-19
lines changed

src/Coordinator/Riganti.Selenium.Coordinator.Service/Riganti.Selenium.Coordinator.Service.csproj

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -5,24 +5,24 @@
55
</PropertyGroup>
66
<ItemGroup>
77
<Content Include="**\*.dothtml">
8-
<CopyToPublishDirectory>Always</CopyToPublishDirectory>
9-
</Content>
10-
<Content Include="**\*.dotmaster">
11-
<CopyToPublishDirectory>Always</CopyToPublishDirectory>
12-
</Content>
13-
<Content Include="**\*.dotcontrol">
14-
<CopyToPublishDirectory>Always</CopyToPublishDirectory>
15-
</Content>
8+
<CopyToPublishDirectory>Always</CopyToPublishDirectory>
9+
</Content>
10+
<Content Include="**\*.dotmaster">
11+
<CopyToPublishDirectory>Always</CopyToPublishDirectory>
12+
</Content>
13+
<Content Include="**\*.dotcontrol">
14+
<CopyToPublishDirectory>Always</CopyToPublishDirectory>
15+
</Content>
1616
</ItemGroup>
1717
<ItemGroup>
18-
<Compile Remove="bin\**" />
19-
<Compile Remove="obj\**" />
20-
<Content Remove="bin\**" />
21-
<Content Remove="obj\**" />
22-
<EmbeddedResource Remove="bin\**" />
23-
<EmbeddedResource Remove="obj\**" />
24-
<None Remove="bin\**" />
25-
<None Remove="obj\**" />
18+
<Compile Remove="bin\**" />
19+
<Compile Remove="obj\**" />
20+
<Content Remove="bin\**" />
21+
<Content Remove="obj\**" />
22+
<EmbeddedResource Remove="bin\**" />
23+
<EmbeddedResource Remove="obj\**" />
24+
<None Remove="bin\**" />
25+
<None Remove="obj\**" />
2626
</ItemGroup>
2727
<ItemGroup>
2828
<None Remove="dotvvm_serialized_config.json.tmp" />
@@ -34,9 +34,9 @@
3434
<PackageReference Include="Microsoft.AspNetCore.Authentication.Cookies" Version="2.2.0" />
3535
<PackageReference Include="Microsoft.AspNetCore.Mvc" Version="2.2.0" />
3636
<PackageReference Include="Microsoft.AspNetCore.SignalR">
37-
<Version>1.1.0</Version>
37+
<Version>1.1.0</Version>
3838
</PackageReference>
3939
<PackageReference Include="Microsoft.AspNetCore.StaticFiles" Version="2.2.0" />
40-
<PackageReference Include="DotVVM.AspNetCore" Version="3.0.0-preview02-106195-beta02" />
40+
<PackageReference Include="DotVVM.AspNetCore" Version="4.1.0" />
4141
</ItemGroup>
42-
</Project>
42+
</Project>

0 commit comments

Comments
 (0)