Skip to content

Commit

Permalink
v3 (target net6)
Browse files Browse the repository at this point in the history
  • Loading branch information
valdisiljuconoks committed Jun 16, 2023
1 parent 9616235 commit a60d0eb
Show file tree
Hide file tree
Showing 16 changed files with 26 additions and 26 deletions.
Original file line number Diff line number Diff line change
@@ -1,23 +1,23 @@
<Project Sdk="Microsoft.NET.Sdk.Web">
<Import Project="..\..\dependencies.props" />
<PropertyGroup>
<TargetFramework>net5.0</TargetFramework>
<TargetFramework>net6.0</TargetFramework>
<AddRazorSupportForMvc>true</AddRazorSupportForMvc>
<RazorCompileOnBuild>true</RazorCompileOnBuild>
</PropertyGroup>
<ItemGroup>
<None Include="wwwroot\**\*.*" />
<EmbeddedResource Include="lang\**\*" />
<PackageReference Include="CsvHelper" Version="30.0.1" />
<PackageReference Include="EPiServer.Commerce" Version="$(CommerceCoreVersion)" />
<PackageReference Include="EPiServer.Personalization.Commerce" Version="$(CommerceTrackingeVersion)" />
<PackageReference Include="Serilog" Version="$(SerilogVersion)" />
<PackageReference Include="Serilog.AspNetCore" Version="$(SerilogAspNetCoreVersion)" />
<PackageReference Include="Serilog.Sinks.File" Version="$(SerilogSinkFileVersion)" />
<PackageReference Include="EPiServer.Commerce" Version="14.12.0" />
<PackageReference Include="EPiServer.Personalization.Commerce" Version="4.1.0" />
<PackageReference Include="Serilog" Version="2.12.0" />
<PackageReference Include="Serilog.AspNetCore" Version="7.0.0" />
<PackageReference Include="Serilog.Sinks.File" Version="5.0.0" />
<PackageReference Include="Adyen" Version="5.7.0" />
<PackageReference Include="BuildBundlerMinifier" Version="$(BuildBundlerMinifier)" />
<PackageReference Include="Newtonsoft.Json" Version="$(NewtonsoftVersion)" />
<PackageReference Include="System.Configuration.ConfigurationManager" Version="5.0.0" />
<PackageReference Include="BuildBundlerMinifier" Version="3.2.449" />
<PackageReference Include="Newtonsoft.Json" Version="13.0.1" />
<PackageReference Include="System.Configuration.ConfigurationManager" Version="6.0.0" />
</ItemGroup>
<ItemGroup>
<Content Remove="wwwroot\js\js\adyen.js" />
Expand Down
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
<Project Sdk="Microsoft.NET.Sdk.Razor">

<PropertyGroup>
<TargetFramework>net5.0</TargetFramework>
<Version>2.3.2</Version>
<PackageVersion>2.3.2</PackageVersion>
<TargetFramework>net6.0</TargetFramework>
<Version>3.0.0</Version>
<PackageVersion>3.0.0</PackageVersion>
<PackageId>Geta.Optimizely.ProductFeed.Csv</PackageId>
<Title>Geta Optimizely Csv Product Feed ProductFeed</Title>
<IsPackable>true</IsPackable>
Expand All @@ -26,7 +26,7 @@

<ItemGroup>
<PackageReference Include="CsvHelper" Version="30.0.1" />
<PackageReference Include="EPiServer.Commerce.Core" Version="14.2.0" />
<PackageReference Include="EPiServer.Commerce.Core" Version="14.12.0" />
<PackageReference Include="Microsoft.EntityFrameworkCore" Version="5.0.6" />
<PackageReference Include="Microsoft.EntityFrameworkCore.SqlServer" Version="5.0.6" />
</ItemGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net5.0</TargetFramework>
<TargetFramework>net6.0</TargetFramework>
<IsPackable>false</IsPackable>
</PropertyGroup>

Expand Down
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
<Project Sdk="Microsoft.NET.Sdk.Razor">

<PropertyGroup>
<TargetFramework>net5.0</TargetFramework>
<Version>2.3.2</Version>
<PackageVersion>2.3.2</PackageVersion>
<TargetFramework>net6.0</TargetFramework>
<Version>3.0.0</Version>
<PackageVersion>3.0.0</PackageVersion>
<PackageId>Geta.Optimizely.ProductFeed.Google</PackageId>
<Title>Geta Optimizely Google Product Feed ProductFeed</Title>
<IsPackable>true</IsPackable>
Expand All @@ -25,7 +25,7 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="EPiServer.Commerce.Core" Version="14.2.0" />
<PackageReference Include="EPiServer.Commerce.Core" Version="14.12.0" />
<PackageReference Include="Microsoft.EntityFrameworkCore" Version="5.0.6" />
<PackageReference Include="Microsoft.EntityFrameworkCore.SqlServer" Version="5.0.6" />
</ItemGroup>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
<Project Sdk="Microsoft.NET.Sdk.Razor">

<PropertyGroup>
<TargetFramework>net5.0</TargetFramework>
<Version>2.3.2</Version>
<PackageVersion>2.3.2</PackageVersion>
<TargetFramework>net6.0</TargetFramework>
<Version>3.0.0</Version>
<PackageVersion>3.0.0</PackageVersion>
<PackageId>Geta.Optimizely.ProductFeed</PackageId>
<Title>Geta Optimizely Product Feed ProductFeed</Title>
<IsPackable>true</IsPackable>
Expand All @@ -25,7 +25,7 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="EPiServer.Commerce.Core" Version="14.2.0" />
<PackageReference Include="EPiServer.Commerce.Core" Version="14.12.0" />
<PackageReference Include="Microsoft.EntityFrameworkCore" Version="5.0.6" />
<PackageReference Include="Microsoft.EntityFrameworkCore.SqlServer" Version="5.0.6" />
</ItemGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,13 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="16.11.0" />
<PackageReference Include="xunit" Version="2.4.1" />
<PackageReference Include="xunit.runner.visualstudio" Version="2.4.3">
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.6.2" />
<PackageReference Include="xunit" Version="2.4.2" />
<PackageReference Include="xunit.runner.visualstudio" Version="2.4.5">
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
<PrivateAssets>all</PrivateAssets>
</PackageReference>
<PackageReference Include="coverlet.collector" Version="3.1.0">
<PackageReference Include="coverlet.collector" Version="6.0.0">
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
<PrivateAssets>all</PrivateAssets>
</PackageReference>
Expand Down

0 comments on commit a60d0eb

Please sign in to comment.