Skip to content

Commit d9a8e04

Browse files
committed
convert to PackageReference + ref latest version
1 parent cfb55a2 commit d9a8e04

3 files changed

Lines changed: 29 additions & 8 deletions

File tree

src/BenchmarksAnalyzer.ServiceInterface/BenchmarksAnalyzer.ServiceInterface.csproj

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -58,12 +58,12 @@
5858
</ItemGroup>
5959
<ItemGroup>
6060
<PackageReference Include="DotNetZip" Version="1.10.1" />
61-
<PackageReference Include="ServiceStack" Version="5.0.3" />
62-
<PackageReference Include="ServiceStack.Client" Version="5.0.3" />
63-
<PackageReference Include="ServiceStack.Common" Version="5.0.3" />
64-
<PackageReference Include="ServiceStack.Interfaces" Version="5.0.3" />
65-
<PackageReference Include="ServiceStack.OrmLite" Version="5.0.3" />
66-
<PackageReference Include="ServiceStack.Text" Version="5.0.3" />
61+
<PackageReference Include="ServiceStack" Version="5.*" />
62+
<PackageReference Include="ServiceStack.Client" Version="5.*" />
63+
<PackageReference Include="ServiceStack.Common" Version="5.*" />
64+
<PackageReference Include="ServiceStack.Interfaces" Version="5.*" />
65+
<PackageReference Include="ServiceStack.OrmLite" Version="5.*" />
66+
<PackageReference Include="ServiceStack.Text" Version="5.*" />
6767
</ItemGroup>
6868
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
6969
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.

src/BenchmarksAnalyzer.ServiceModel/BenchmarksAnalyzer.ServiceModel.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,8 +56,8 @@
5656
<Compile Include="ViewTestPlan.cs" />
5757
</ItemGroup>
5858
<ItemGroup>
59-
<PackageReference Include="ServiceStack.Interfaces" Version="5.0.3" />
60-
<PackageReference Include="ServiceStack.Text" Version="5.0.3" />
59+
<PackageReference Include="ServiceStack.Interfaces" Version="5.*" />
60+
<PackageReference Include="ServiceStack.Text" Version="5.*" />
6161
</ItemGroup>
6262

6363
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />

src/BenchmarksAnalyzer/BenchmarksAnalyzer.csproj

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,17 @@
6666
</ItemGroup>
6767
<ItemGroup>
6868
<Content Include="Content\bootstrap-social.css" />
69+
<Content Include="Content\bootstrap-theme.css" />
70+
<Content Include="Content\bootstrap-theme.css.map" />
71+
<Content Include="Content\bootstrap-theme.min.css" />
72+
<Content Include="Content\bootstrap-theme.min.css.map" />
73+
<Content Include="Content\bootstrap.css" />
74+
<Content Include="Content\bootstrap.css.map" />
75+
<Content Include="Content\bootstrap.min.css" />
76+
<Content Include="Content\bootstrap.min.css.map" />
6977
<Content Include="Content\default.css" />
78+
<Content Include="Content\font-awesome.css" />
79+
<Content Include="Content\font-awesome.min.css" />
7080
<Content Include="Content\img\AdminUI.png" />
7181
<Content Include="Content\img\apache318x260.png" />
7282
<Content Include="Content\img\benchmark-example-dbs.png" />
@@ -104,6 +114,17 @@
104114
<Content Include="Content\img\upload-as-new-testruns.png" />
105115
<Content Include="Content\img\upload-files.png" />
106116
<Content Include="Content\img\upload-results.png" />
117+
<Content Include="fonts\fontawesome-webfont.eot" />
118+
<Content Include="fonts\fontawesome-webfont.svg" />
119+
<Content Include="fonts\fontawesome-webfont.ttf" />
120+
<Content Include="fonts\fontawesome-webfont.woff" />
121+
<Content Include="fonts\fontawesome-webfont.woff2" />
122+
<Content Include="fonts\FontAwesome.otf" />
123+
<Content Include="fonts\glyphicons-halflings-regular.eot" />
124+
<Content Include="fonts\glyphicons-halflings-regular.svg" />
125+
<Content Include="fonts\glyphicons-halflings-regular.ttf" />
126+
<Content Include="fonts\glyphicons-halflings-regular.woff" />
127+
<Content Include="fonts\glyphicons-halflings-regular.woff2" />
107128
<Content Include="Global.asax" />
108129
<Content Include="about.cshtml" />
109130
<Content Include="Scripts\es5-shim.js" />

0 commit comments

Comments
 (0)