File tree Expand file tree Collapse file tree
samples/AzureMapsControl.Sample
src/AzureMapsControl.Components
tests/AzureMapsControl.Components.Tests Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2626 - name : Setup .NET Core
2727 uses : actions/setup-dotnet@v1
2828 with :
29- dotnet-version : 3.1.301
29+ dotnet-version : 5.0.x
3030 - name : Install dependencies
3131 run : dotnet restore ./src/AzureMapsControl.Components/AzureMapsControl.Components.csproj
3232 - name : Build
Original file line number Diff line number Diff line change 2222 - name : Setup .NET Core
2323 uses : actions/setup-dotnet@v1
2424 with :
25- dotnet-version : 3.1.301
25+ dotnet-version : 5.x
2626 - name : Install GitVersion
2727 uses : gittools/actions/gitversion/setup@v0.9.6
2828 with :
Original file line number Diff line number Diff line change 11<Project Sdk =" Microsoft.NET.Sdk.Web" >
22
33 <PropertyGroup >
4- <TargetFramework >netcoreapp3.1 </TargetFramework >
4+ <TargetFramework >net5.0 </TargetFramework >
55 </PropertyGroup >
66
77 <ItemGroup >
8- <PackageReference Include =" Microsoft.VisualStudio.Web.CodeGeneration.Design" Version =" 3.1.1 " />
8+ <PackageReference Include =" Microsoft.VisualStudio.Web.CodeGeneration.Design" Version =" 5.0.0 " />
99 </ItemGroup >
1010
1111 <ItemGroup >
Original file line number Diff line number Diff line change 11<Project Sdk =" Microsoft.NET.Sdk.Razor" >
22
33 <PropertyGroup >
4- <TargetFramework >netstandard2 .0</TargetFramework >
4+ <TargetFramework >net5 .0</TargetFramework >
55 <RazorLangVersion >3.0</RazorLangVersion >
66 <Authors >Arnaud Leclerc</Authors >
77 <Company />
1515
1616
1717 <ItemGroup >
18- <PackageReference Include =" Microsoft.AspNetCore.Components" Version =" 3.1.1 " />
19- <PackageReference Include =" Microsoft.AspNetCore.Components.Web" Version =" 3.1.1 " />
20- <PackageReference Include =" Microsoft.Extensions.Configuration.Abstractions" Version =" 3.1.3 " />
18+ <PackageReference Include =" Microsoft.AspNetCore.Components" Version =" 5.0.0 " />
19+ <PackageReference Include =" Microsoft.AspNetCore.Components.Web" Version =" 5.0.0 " />
20+ <PackageReference Include =" Microsoft.Extensions.Configuration.Abstractions" Version =" 5.0.0 " />
2121 </ItemGroup >
2222
2323</Project >
Original file line number Diff line number Diff line change 11<Project Sdk =" Microsoft.NET.Sdk" >
22
33 <PropertyGroup >
4- <TargetFramework >netcoreapp3.1 </TargetFramework >
4+ <TargetFramework >net5.0 </TargetFramework >
55
66 <IsPackable >false</IsPackable >
77 </PropertyGroup >
88
99 <ItemGroup >
1010 <PackageReference Include =" bunit" Version =" 1.0.0-beta-11" />
1111 <PackageReference Include =" Microsoft.NET.Test.Sdk" Version =" 16.9.0-preview-20201020-06" />
12- <PackageReference Include =" Moq" Version =" 4.14.7 " />
12+ <PackageReference Include =" Moq" Version =" 4.15.1 " />
1313 <PackageReference Include =" xunit" Version =" 2.4.1" />
1414 <PackageReference Include =" xunit.runner.visualstudio" Version =" 2.4.3" >
1515 <PrivateAssets >all</PrivateAssets >
You can’t perform that action at this time.
0 commit comments