Skip to content

Commit

Permalink
Fixing the polyfills
Browse files Browse the repository at this point in the history
  • Loading branch information
dgmjr committed Jan 24, 2024
1 parent 6f334bd commit 98085f1
Show file tree
Hide file tree
Showing 5 changed files with 29 additions and 29 deletions.
1 change: 1 addition & 0 deletions Runtime/Dgmjr.Enumerations.CodeGenerator.Runtime.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
<ItemGroup>
<PackageReference Include="Dgmjr.Abstractions" />
<PackageReference Include="Dgmjr.Primitives" />
<PackageReference Include="System.Polyfills" />
<PackageReference Include="System.Collections.Immutable" />
<PackageReference Include="System.Text.Json.Usings" IncludeAssets="Build;BuildTransitive;BuildMultitargeting;Runtime;Compile" ExcludeAssets="ContentFiles;Native;Analyzers" PrivateAssets="None" />
</ItemGroup>
Expand Down
26 changes: 13 additions & 13 deletions Runtime/Dgmjr.Enumerations.CodeGenerator.Runtime.sln
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution
..\..\..\..\..\Packages\Versions.Local.props = ..\..\..\..\..\Packages\Versions.Local.props
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Dgmjr.Enumerations.CodeGenerator.Runtime", "Dgmjr.Enumerations.CodeGenerator.Runtime.csproj", "{E33DF0D9-620C-4445-82BB-6A5E88D76295}"
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Dgmjr.Enumerations.CodeGenerator.Runtime", "Dgmjr.Enumerations.CodeGenerator.Runtime.csproj", "{381140CF-A5DF-47A9-BE43-F97843324999}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Expand All @@ -20,18 +20,18 @@ Global
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{E33DF0D9-620C-4445-82BB-6A5E88D76295}.Local|Any CPU.ActiveCfg = Local|Any CPU
{E33DF0D9-620C-4445-82BB-6A5E88D76295}.Local|Any CPU.Build.0 = Local|Any CPU
{E33DF0D9-620C-4445-82BB-6A5E88D76295}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E33DF0D9-620C-4445-82BB-6A5E88D76295}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E33DF0D9-620C-4445-82BB-6A5E88D76295}.Testing|Any CPU.ActiveCfg = Testing|Any CPU
{E33DF0D9-620C-4445-82BB-6A5E88D76295}.Testing|Any CPU.Build.0 = Testing|Any CPU
{E33DF0D9-620C-4445-82BB-6A5E88D76295}.Staging|Any CPU.ActiveCfg = Staging|Any CPU
{E33DF0D9-620C-4445-82BB-6A5E88D76295}.Staging|Any CPU.Build.0 = Staging|Any CPU
{E33DF0D9-620C-4445-82BB-6A5E88D76295}.Production|Any CPU.ActiveCfg = Local|Any CPU
{E33DF0D9-620C-4445-82BB-6A5E88D76295}.Production|Any CPU.Build.0 = Local|Any CPU
{E33DF0D9-620C-4445-82BB-6A5E88D76295}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E33DF0D9-620C-4445-82BB-6A5E88D76295}.Release|Any CPU.Build.0 = Release|Any CPU
{381140CF-A5DF-47A9-BE43-F97843324999}.Local|Any CPU.ActiveCfg = Local|Any CPU
{381140CF-A5DF-47A9-BE43-F97843324999}.Local|Any CPU.Build.0 = Local|Any CPU
{381140CF-A5DF-47A9-BE43-F97843324999}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{381140CF-A5DF-47A9-BE43-F97843324999}.Debug|Any CPU.Build.0 = Debug|Any CPU
{381140CF-A5DF-47A9-BE43-F97843324999}.Testing|Any CPU.ActiveCfg = Testing|Any CPU
{381140CF-A5DF-47A9-BE43-F97843324999}.Testing|Any CPU.Build.0 = Testing|Any CPU
{381140CF-A5DF-47A9-BE43-F97843324999}.Staging|Any CPU.ActiveCfg = Staging|Any CPU
{381140CF-A5DF-47A9-BE43-F97843324999}.Staging|Any CPU.Build.0 = Staging|Any CPU
{381140CF-A5DF-47A9-BE43-F97843324999}.Production|Any CPU.ActiveCfg = Local|Any CPU
{381140CF-A5DF-47A9-BE43-F97843324999}.Production|Any CPU.Build.0 = Local|Any CPU
{381140CF-A5DF-47A9-BE43-F97843324999}.Release|Any CPU.ActiveCfg = Release|Any CPU
{381140CF-A5DF-47A9-BE43-F97843324999}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
Expand Down
4 changes: 2 additions & 2 deletions src/Dgmjr.Enumerations.CodeGenerator.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
<!-- <PackageReference Include="Dgmjr.CodeGeneration.Logging" /> -->
<!-- <ProjectReference Include="./Runtime/Dgmjr.Enumerations.CodeGenerator.Runtime.csproj" Targets="Restore;Build" /> -->
<PackageReference Include="Dgmjr.Abstractions" />
<PackageReference Include="Dgmjr.Primitives" />
<PackageReference Include="Dgmjr.System.Extensions" />
<PackageReference Include="Microsoft.CodeAnalysis.Common" />
<PackageReference Include="Microsoft.CodeAnalysis.CSharp.Workspaces" />
Expand All @@ -35,7 +36,6 @@
<PackageReference Include="ThisAssembly.AssemblyInfo" />
<PackageReference Include="ThisAssembly.Project" />
<PackageReference Include="System.Text.Json.Usings" IncludeAssets="Build;BuildTransitive;BuildMultitargeting;Runtime;Compile" ExcludeAssets="ContentFiles;Native;Analyzers" PrivateAssets="None" />
<PackageReference Include="System.Private.CoreLib.Polyfills" IncludeAssets="ContentFiles;Build;BuildTransitive;BuildMultitargeting" ExcludeAssets="Analyzers;Runtime;Native" PrivateAssets="All" />
<ProjectReference Include="../Runtime/Dgmjr.Enumerations.CodeGenerator.Runtime.csproj" />
</ItemGroup>

Expand All @@ -52,7 +52,7 @@

<ItemGroup>
<PackageFile Include="$(OutputPath)/*.dll" PackagePath="analyzers/dotnet/cs/%(Filename)%(Extension)" Visible="false" />
<!-- <PackageFile Include="./Runtime/bin/**/*.dll" PackagePath="lib/$(TargetFramework)/%(Filename)%(Extension)" Visible="false" /> -->
<PackageFile Include="../Runtime/bin/$(Configuration)/$(TargetFramework)/$(AssemblyName).Runtime.dll" PackagePath="lib/$(TargetFramework)/%(Filename)%(Extension)" Visible="false" />
</ItemGroup>

<ItemGroup>
Expand Down
1 change: 0 additions & 1 deletion src/Dgmjr.Enumerations.CodeGenerator.props
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,5 @@

<Project>
<ItemGroup>
<PackageReference Include="Dgmjr.Primitives" />
</ItemGroup>
</Project>
26 changes: 13 additions & 13 deletions src/Dgmjr.Enumerations.CodeGenerator.sln
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution
..\..\..\..\..\Packages\Versions.Local.props = ..\..\..\..\..\Packages\Versions.Local.props
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Dgmjr.Enumerations.CodeGenerator.Runtime", "..\Runtime\Dgmjr.Enumerations.CodeGenerator.Runtime.csproj", "{C259423F-CBF0-4111-9B9F-356907207E00}"
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Dgmjr.Enumerations.CodeGenerator.Runtime", "..\Runtime\Dgmjr.Enumerations.CodeGenerator.Runtime.csproj", "{218F471F-94F8-4ED5-99D9-25170CF3461F}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Dgmjr.Enumerations.CodeGenerator", "Dgmjr.Enumerations.CodeGenerator.csproj", "{C4622771-2A7B-42E6-9B3C-8F71CDD7E65B}"
EndProject
Expand All @@ -22,18 +22,18 @@ Global
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{C259423F-CBF0-4111-9B9F-356907207E00}.Local|Any CPU.ActiveCfg = Local|Any CPU
{C259423F-CBF0-4111-9B9F-356907207E00}.Local|Any CPU.Build.0 = Local|Any CPU
{C259423F-CBF0-4111-9B9F-356907207E00}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C259423F-CBF0-4111-9B9F-356907207E00}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C259423F-CBF0-4111-9B9F-356907207E00}.Testing|Any CPU.ActiveCfg = Testing|Any CPU
{C259423F-CBF0-4111-9B9F-356907207E00}.Testing|Any CPU.Build.0 = Testing|Any CPU
{C259423F-CBF0-4111-9B9F-356907207E00}.Staging|Any CPU.ActiveCfg = Staging|Any CPU
{C259423F-CBF0-4111-9B9F-356907207E00}.Staging|Any CPU.Build.0 = Staging|Any CPU
{C259423F-CBF0-4111-9B9F-356907207E00}.Production|Any CPU.ActiveCfg = Local|Any CPU
{C259423F-CBF0-4111-9B9F-356907207E00}.Production|Any CPU.Build.0 = Local|Any CPU
{C259423F-CBF0-4111-9B9F-356907207E00}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C259423F-CBF0-4111-9B9F-356907207E00}.Release|Any CPU.Build.0 = Release|Any CPU
{218F471F-94F8-4ED5-99D9-25170CF3461F}.Local|Any CPU.ActiveCfg = Local|Any CPU
{218F471F-94F8-4ED5-99D9-25170CF3461F}.Local|Any CPU.Build.0 = Local|Any CPU
{218F471F-94F8-4ED5-99D9-25170CF3461F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{218F471F-94F8-4ED5-99D9-25170CF3461F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{218F471F-94F8-4ED5-99D9-25170CF3461F}.Testing|Any CPU.ActiveCfg = Testing|Any CPU
{218F471F-94F8-4ED5-99D9-25170CF3461F}.Testing|Any CPU.Build.0 = Testing|Any CPU
{218F471F-94F8-4ED5-99D9-25170CF3461F}.Staging|Any CPU.ActiveCfg = Staging|Any CPU
{218F471F-94F8-4ED5-99D9-25170CF3461F}.Staging|Any CPU.Build.0 = Staging|Any CPU
{218F471F-94F8-4ED5-99D9-25170CF3461F}.Production|Any CPU.ActiveCfg = Local|Any CPU
{218F471F-94F8-4ED5-99D9-25170CF3461F}.Production|Any CPU.Build.0 = Local|Any CPU
{218F471F-94F8-4ED5-99D9-25170CF3461F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{218F471F-94F8-4ED5-99D9-25170CF3461F}.Release|Any CPU.Build.0 = Release|Any CPU
{C4622771-2A7B-42E6-9B3C-8F71CDD7E65B}.Local|Any CPU.ActiveCfg = Local|Any CPU
{C4622771-2A7B-42E6-9B3C-8F71CDD7E65B}.Local|Any CPU.Build.0 = Local|Any CPU
{C4622771-2A7B-42E6-9B3C-8F71CDD7E65B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
Expand Down

0 comments on commit 98085f1

Please sign in to comment.