Skip to content

Commit

Permalink
Upgraded all packages to latest. Bumped version
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris Sainty committed Mar 6, 2020
1 parent aafddd8 commit 3ee8058
Show file tree
Hide file tree
Showing 58 changed files with 593 additions and 853 deletions.
21 changes: 3 additions & 18 deletions Blazored.Typeahead.sln
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,11 @@ VisualStudioVersion = 16.0.28822.285
MinimumVisualStudioVersion = 15.0.26124.0
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Blazored.Typeahead", "src\Blazored.Typeahead\Blazored.Typeahead.csproj", "{35F86DB0-5B44-471B-BCDB-8108CAE6E22F}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "samples", "samples", "{B3DF8680-26E4-4B3D-830C-C82818CDC305}"
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Samples", "samples", "{B3DF8680-26E4-4B3D-830C-C82818CDC305}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "BlazorClientSide", "samples\BlazorClientSide\BlazorClientSide.csproj", "{02224AF2-F404-4E34-A47E-C0D64FFFE033}"
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "BlazorWebAssembly", "samples\BlazorWebAssembly\BlazorWebAssembly.csproj", "{02224AF2-F404-4E34-A47E-C0D64FFFE033}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "BlazorServerSide", "samples\BlazorServerSide\BlazorServerSide.csproj", "{295531CC-56FE-492F-B647-AAFD66EC0A95}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "WebApi", "samples\WebApi\WebApi.csproj", "{5BB5FB1A-020A-4EA3-B15D-11E8832F1570}"
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "BlazorServer", "samples\BlazorServer\BlazorServer.csproj", "{295531CC-56FE-492F-B647-AAFD66EC0A95}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Sample.Shared", "samples\Shared\Sample.Shared.csproj", "{20036DF3-3C2D-47E3-A3F4-2BC9329FDCF3}"
EndProject
Expand Down Expand Up @@ -67,18 +65,6 @@ Global
{295531CC-56FE-492F-B647-AAFD66EC0A95}.Release|x64.Build.0 = Release|Any CPU
{295531CC-56FE-492F-B647-AAFD66EC0A95}.Release|x86.ActiveCfg = Release|Any CPU
{295531CC-56FE-492F-B647-AAFD66EC0A95}.Release|x86.Build.0 = Release|Any CPU
{5BB5FB1A-020A-4EA3-B15D-11E8832F1570}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{5BB5FB1A-020A-4EA3-B15D-11E8832F1570}.Debug|Any CPU.Build.0 = Debug|Any CPU
{5BB5FB1A-020A-4EA3-B15D-11E8832F1570}.Debug|x64.ActiveCfg = Debug|Any CPU
{5BB5FB1A-020A-4EA3-B15D-11E8832F1570}.Debug|x64.Build.0 = Debug|Any CPU
{5BB5FB1A-020A-4EA3-B15D-11E8832F1570}.Debug|x86.ActiveCfg = Debug|Any CPU
{5BB5FB1A-020A-4EA3-B15D-11E8832F1570}.Debug|x86.Build.0 = Debug|Any CPU
{5BB5FB1A-020A-4EA3-B15D-11E8832F1570}.Release|Any CPU.ActiveCfg = Release|Any CPU
{5BB5FB1A-020A-4EA3-B15D-11E8832F1570}.Release|Any CPU.Build.0 = Release|Any CPU
{5BB5FB1A-020A-4EA3-B15D-11E8832F1570}.Release|x64.ActiveCfg = Release|Any CPU
{5BB5FB1A-020A-4EA3-B15D-11E8832F1570}.Release|x64.Build.0 = Release|Any CPU
{5BB5FB1A-020A-4EA3-B15D-11E8832F1570}.Release|x86.ActiveCfg = Release|Any CPU
{5BB5FB1A-020A-4EA3-B15D-11E8832F1570}.Release|x86.Build.0 = Release|Any CPU
{20036DF3-3C2D-47E3-A3F4-2BC9329FDCF3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{20036DF3-3C2D-47E3-A3F4-2BC9329FDCF3}.Debug|Any CPU.Build.0 = Debug|Any CPU
{20036DF3-3C2D-47E3-A3F4-2BC9329FDCF3}.Debug|x64.ActiveCfg = Debug|Any CPU
Expand All @@ -98,7 +84,6 @@ Global
GlobalSection(NestedProjects) = preSolution
{02224AF2-F404-4E34-A47E-C0D64FFFE033} = {B3DF8680-26E4-4B3D-830C-C82818CDC305}
{295531CC-56FE-492F-B647-AAFD66EC0A95} = {B3DF8680-26E4-4B3D-830C-C82818CDC305}
{5BB5FB1A-020A-4EA3-B15D-11E8832F1570} = {B3DF8680-26E4-4B3D-830C-C82818CDC305}
{20036DF3-3C2D-47E3-A3F4-2BC9329FDCF3} = {B3DF8680-26E4-4B3D-830C-C82818CDC305}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
Expand Down
8 changes: 5 additions & 3 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,12 @@ variables:
buildConfiguration: 'Release'

steps:
- task: DotNetCoreInstaller@0
displayName: 'Installing .NET Core SDK...'
- task: UseDotNet@2
displayName: 'Install .NET Core sdk'
inputs:
version: 3.1.100
packageType: sdk
version: 3.1.102
installationPath: $(Agent.ToolsDirectory)/dotnet

- task: NuGetToolInstaller@0
displayName: 'Installing NuGet Tools...'
Expand Down
1 change: 0 additions & 1 deletion samples/BlazorClientSide/Pages/_Imports.razor

This file was deleted.

16 changes: 0 additions & 16 deletions samples/BlazorClientSide/Program.cs

This file was deleted.

17 changes: 0 additions & 17 deletions samples/BlazorClientSide/Startup.cs

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
<Router AppAssembly="typeof(Program).Assembly">
<Found Context="routeData">
<RouteView RouteData="routeData" DefaultLayout="typeof(MainLayout)" />
</Found>
<NotFound>
<LayoutView Layout="typeof(MainLayout)">
<h1>Page not found</h1>
<p>Sorry, but there's nothing here!</p>
</LayoutView>
</NotFound>
<Router AppAssembly="typeof(Program).Assembly">
<Found Context="routeData">
<RouteView RouteData="routeData" DefaultLayout="typeof(MainLayout)" />
</Found>
<NotFound>
<LayoutView Layout="typeof(MainLayout)">
<h1>Page not found</h1>
<p>Sorry, but there's nothing here!</p>
</LayoutView>
</NotFound>
</Router>
File renamed without changes.
Loading

0 comments on commit 3ee8058

Please sign in to comment.