Skip to content

Commit ae50163

Browse files
chore(deps): bump Polyfill from 7.12.0 to 7.27.0
Bumps [Polyfill](https://github.com/SimonCropp/Polyfill) from 7.12.0 to 7.27.0. - [Commits](SimonCropp/Polyfill@7.12.0...7.27.0) --- updated-dependencies: - dependency-name: Polyfill dependency-version: 7.27.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent e2a80fe commit ae50163

File tree

1 file changed

+87
-87
lines changed

1 file changed

+87
-87
lines changed

BO4E/BO4E.csproj

Lines changed: 87 additions & 87 deletions
Original file line numberDiff line numberDiff line change
@@ -1,87 +1,87 @@
1-
<Project Sdk="Microsoft.NET.Sdk">
2-
<PropertyGroup>
3-
<RootNamespace>BO4E</RootNamespace>
4-
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
5-
<PackageId>Hochfrequenz.BO4Enet</PackageId>
6-
<Authors>Hochfrequenz Untenehmensberatung GmbH</Authors>
7-
<Product>BO4E .net core bindings</Product>
8-
<RepositoryUrl>https://github.com/Hochfrequenz/BO4E-dotnet/</RepositoryUrl>
9-
10-
<VersionPrefix>0.2.50</VersionPrefix>
11-
<AssemblyName>BO4Enet</AssemblyName>
12-
<GeneratePackageOnBuild>false</GeneratePackageOnBuild>
13-
<PublishRepositoryUrl>true</PublishRepositoryUrl>
14-
15-
<!-- Optional: Embed source files that are not tracked by the source control manager to the PDB -->
16-
<EmbedUntrackedSources>true</EmbedUntrackedSources>
17-
18-
<!-- Optional: Include PDB in the built .nupkg -->
19-
<AllowedOutputExtensionsInPackageBuildOutputFolder>$(AllowedOutputExtensionsInPackageBuildOutputFolder);.pdb</AllowedOutputExtensionsInPackageBuildOutputFolder>
20-
<PackageProjectUrl>https://github.com/Hochfrequenz/BO4E-dotnet/</PackageProjectUrl>
21-
<PackageRequireLicenseAcceptance>false</PackageRequireLicenseAcceptance>
22-
<PackageLicenseFile>LICENSE.txt</PackageLicenseFile>
23-
24-
<RepositoryType>git</RepositoryType>
25-
<IncludeSymbols>true</IncludeSymbols>
26-
<DebugType>Embedded</DebugType>
27-
<EmbedAllSources>True</EmbedAllSources>
28-
<LangVersion>12</LangVersion>
29-
<DocumentationFile>BO4Enet.xml</DocumentationFile>
30-
<Nullable>annotations</Nullable>
31-
<TargetFrameworks>netstandard2.0;netstandard2.1</TargetFrameworks>
32-
</PropertyGroup>
33-
34-
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
35-
<Optimize>false</Optimize>
36-
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
37-
</PropertyGroup>
38-
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'">
39-
<DefineConstants>DEBUG</DefineConstants>
40-
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
41-
</PropertyGroup>
42-
43-
<ItemGroup>
44-
<Compile Remove="BO\NewFolder\**" />
45-
<Compile Remove="json-schema-files\**" />
46-
<EmbeddedResource Remove="BO\NewFolder\**" />
47-
<EmbeddedResource Remove="json-schema-files\**" />
48-
<None Remove="BO\NewFolder\**" />
49-
<None Remove="json-schema-files\**" />
50-
<None Include="..\LICENSE.txt">
51-
<Pack>True</Pack>
52-
<PackagePath />
53-
</None>
54-
</ItemGroup>
55-
56-
<ItemGroup>
57-
<None Remove="CentralEuropeStandardTime.json" />
58-
<None Remove="protobuf-files\BO4E.BO.Angebot.proto" />
59-
<None Remove="protobuf-files\BO4E.BO.Ansprechpartner.proto" />
60-
<None Remove="protobuf-files\BO4E.BO.Benachrichtigung.proto" />
61-
<None Remove="protobuf-files\BO4E.BO.Energiemenge.proto" />
62-
<None Remove="protobuf-files\BO4E.BO.Geschaeftspartner.proto" />
63-
<None Remove="protobuf-files\BO4E.BO.Kosten.proto" />
64-
<None Remove="protobuf-files\BO4E.BO.Marktlokation.proto" />
65-
<None Remove="protobuf-files\BO4E.BO.Messlokation.proto" />
66-
<None Remove="protobuf-files\BO4E.BO.Preisblatt.proto" />
67-
<None Remove="protobuf-files\BO4E.BO.Rechnung.proto" />
68-
<None Remove="protobuf-files\BO4E.BO.Region.proto" />
69-
<None Remove="protobuf-files\BO4E.BO.Vertrag.proto" />
70-
<None Remove="protobuf-files\BO4E.BO.Zaehler.proto" />
71-
</ItemGroup>
72-
73-
<ItemGroup>
74-
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
75-
<PackageReference Include="Newtonsoft.Json.Schema" Version="4.0.1" />
76-
<PackageReference Include="Polyfill" Version="7.12.0">
77-
<PrivateAssets>all</PrivateAssets>
78-
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
79-
</PackageReference>
80-
<PackageReference Include="Portable.System.DateTimeOnly" Version="9.0.0" />
81-
<PackageReference Include="protobuf-net" Version="3.2.46" />
82-
<PackageReference Include="SourceLink.Copy.PdbFiles" Version="2.8.3" PrivateAssets="All" />
83-
<PackageReference Include="System.Text.Encodings.Web" Version="9.0.3" />
84-
<PackageReference Include="System.Text.Json" Version="9.0.3" />
85-
</ItemGroup>
86-
87-
</Project>
1+
<Project Sdk="Microsoft.NET.Sdk">
2+
<PropertyGroup>
3+
<RootNamespace>BO4E</RootNamespace>
4+
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
5+
<PackageId>Hochfrequenz.BO4Enet</PackageId>
6+
<Authors>Hochfrequenz Untenehmensberatung GmbH</Authors>
7+
<Product>BO4E .net core bindings</Product>
8+
<RepositoryUrl>https://github.com/Hochfrequenz/BO4E-dotnet/</RepositoryUrl>
9+
10+
<VersionPrefix>0.2.50</VersionPrefix>
11+
<AssemblyName>BO4Enet</AssemblyName>
12+
<GeneratePackageOnBuild>false</GeneratePackageOnBuild>
13+
<PublishRepositoryUrl>true</PublishRepositoryUrl>
14+
15+
<!-- Optional: Embed source files that are not tracked by the source control manager to the PDB -->
16+
<EmbedUntrackedSources>true</EmbedUntrackedSources>
17+
18+
<!-- Optional: Include PDB in the built .nupkg -->
19+
<AllowedOutputExtensionsInPackageBuildOutputFolder>$(AllowedOutputExtensionsInPackageBuildOutputFolder);.pdb</AllowedOutputExtensionsInPackageBuildOutputFolder>
20+
<PackageProjectUrl>https://github.com/Hochfrequenz/BO4E-dotnet/</PackageProjectUrl>
21+
<PackageRequireLicenseAcceptance>false</PackageRequireLicenseAcceptance>
22+
<PackageLicenseFile>LICENSE.txt</PackageLicenseFile>
23+
24+
<RepositoryType>git</RepositoryType>
25+
<IncludeSymbols>true</IncludeSymbols>
26+
<DebugType>Embedded</DebugType>
27+
<EmbedAllSources>True</EmbedAllSources>
28+
<LangVersion>12</LangVersion>
29+
<DocumentationFile>BO4Enet.xml</DocumentationFile>
30+
<Nullable>annotations</Nullable>
31+
<TargetFrameworks>netstandard2.0;netstandard2.1</TargetFrameworks>
32+
</PropertyGroup>
33+
34+
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
35+
<Optimize>false</Optimize>
36+
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
37+
</PropertyGroup>
38+
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'">
39+
<DefineConstants>DEBUG</DefineConstants>
40+
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
41+
</PropertyGroup>
42+
43+
<ItemGroup>
44+
<Compile Remove="BO\NewFolder\**" />
45+
<Compile Remove="json-schema-files\**" />
46+
<EmbeddedResource Remove="BO\NewFolder\**" />
47+
<EmbeddedResource Remove="json-schema-files\**" />
48+
<None Remove="BO\NewFolder\**" />
49+
<None Remove="json-schema-files\**" />
50+
<None Include="..\LICENSE.txt">
51+
<Pack>True</Pack>
52+
<PackagePath />
53+
</None>
54+
</ItemGroup>
55+
56+
<ItemGroup>
57+
<None Remove="CentralEuropeStandardTime.json" />
58+
<None Remove="protobuf-files\BO4E.BO.Angebot.proto" />
59+
<None Remove="protobuf-files\BO4E.BO.Ansprechpartner.proto" />
60+
<None Remove="protobuf-files\BO4E.BO.Benachrichtigung.proto" />
61+
<None Remove="protobuf-files\BO4E.BO.Energiemenge.proto" />
62+
<None Remove="protobuf-files\BO4E.BO.Geschaeftspartner.proto" />
63+
<None Remove="protobuf-files\BO4E.BO.Kosten.proto" />
64+
<None Remove="protobuf-files\BO4E.BO.Marktlokation.proto" />
65+
<None Remove="protobuf-files\BO4E.BO.Messlokation.proto" />
66+
<None Remove="protobuf-files\BO4E.BO.Preisblatt.proto" />
67+
<None Remove="protobuf-files\BO4E.BO.Rechnung.proto" />
68+
<None Remove="protobuf-files\BO4E.BO.Region.proto" />
69+
<None Remove="protobuf-files\BO4E.BO.Vertrag.proto" />
70+
<None Remove="protobuf-files\BO4E.BO.Zaehler.proto" />
71+
</ItemGroup>
72+
73+
<ItemGroup>
74+
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
75+
<PackageReference Include="Newtonsoft.Json.Schema" Version="4.0.1" />
76+
<PackageReference Include="Polyfill" Version="7.27.0">
77+
<PrivateAssets>all</PrivateAssets>
78+
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
79+
</PackageReference>
80+
<PackageReference Include="Portable.System.DateTimeOnly" Version="9.0.0" />
81+
<PackageReference Include="protobuf-net" Version="3.2.46" />
82+
<PackageReference Include="SourceLink.Copy.PdbFiles" Version="2.8.3" PrivateAssets="All" />
83+
<PackageReference Include="System.Text.Encodings.Web" Version="9.0.3" />
84+
<PackageReference Include="System.Text.Json" Version="9.0.3" />
85+
</ItemGroup>
86+
87+
</Project>

0 commit comments

Comments
 (0)