Skip to content

Commit 7521ac4

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 84f72f4 commit 7521ac4

File tree

1 file changed

+78
-78
lines changed

1 file changed

+78
-78
lines changed

BO4E/BO4E.csproj

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

0 commit comments

Comments
 (0)