Skip to content

Commit bac16cd

Browse files
committed
Clean up build.props
1 parent 66b6d55 commit bac16cd

File tree

14 files changed

+22
-12
lines changed

14 files changed

+22
-12
lines changed

Confluent.Kafka.sln

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -4,18 +4,12 @@ Microsoft Visual Studio Solution File, Format Version 12.00
44
VisualStudioVersion = 15.0.26124.0
55
MinimumVisualStudioVersion = 15.0.26124.0
66
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{1EFCD839-0726-4BCE-B745-1E829991B1BC}"
7-
ProjectSection(SolutionItems) = preProject
8-
src\Directory.build.props = src\Directory.build.props
9-
EndProjectSection
107
EndProject
118
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Confluent.Kafka", "src\Confluent.Kafka\Confluent.Kafka.csproj", "{09C3255B-1972-4EB8-91D0-FB9F5CD82BCB}"
129
EndProject
1310
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Confluent.SchemaRegistry", "src\Confluent.SchemaRegistry\Confluent.SchemaRegistry.csproj", "{AA671E3D-EB85-40A2-B183-8DA037286680}"
1411
EndProject
1512
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "test", "test", "{90058283-1F8F-465D-89E4-D4374A27E612}"
16-
ProjectSection(SolutionItems) = preProject
17-
test\Directory.build.props = test\Directory.build.props
18-
EndProjectSection
1913
EndProject
2014
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Confluent.Kafka.UnitTests", "test\Confluent.Kafka.UnitTests\Confluent.Kafka.UnitTests.csproj", "{BD6FCDB1-CC2E-4DE2-AB48-9CBD3F78E637}"
2115
EndProject
@@ -34,9 +28,6 @@ EndProject
3428
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Confluent.SchemaRegistry.IntegrationTests", "test\Confluent.SchemaRegistry.IntegrationTests\Confluent.SchemaRegistry.IntegrationTests.csproj", "{EC57E6D6-371F-4538-8C48-35C37CA2ED67}"
3529
EndProject
3630
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "examples", "examples", "{9CE4B5F7-9251-4340-BACB-207066A5DBE8}"
37-
ProjectSection(SolutionItems) = preProject
38-
examples\Directory.build.props = examples\Directory.build.props
39-
EndProjectSection
4031
EndProject
4132
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AdminClient", "examples\AdminClient\AdminClient.csproj", "{964449D5-3024-420E-9262-1913EC189D6A}"
4233
EndProject
@@ -118,10 +109,19 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "build", "build", "{D5322057
118109
EndProjectSection
119110
EndProject
120111
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{BA928213-B366-4290-A4AA-E0FA094333FE}"
112+
ProjectSection(SolutionItems) = preProject
113+
src\Directory.build.props = src\Directory.build.props
114+
EndProjectSection
121115
EndProject
122116
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "test", "test", "{EDA3CED2-A80E-44F5-B5E4-79E38BC1376F}"
117+
ProjectSection(SolutionItems) = preProject
118+
test\Directory.build.props = test\Directory.build.props
119+
EndProjectSection
123120
EndProject
124121
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "examples", "examples", "{A4A6EEAB-8053-4746-892F-683FC7C21622}"
122+
ProjectSection(SolutionItems) = preProject
123+
examples\Directory.build.props = examples\Directory.build.props
124+
EndProjectSection
125125
EndProject
126126
Global
127127
GlobalSection(SolutionConfigurationPlatforms) = preSolution

src/ConfigGen/ConfigGen.csproj

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22

33
<PropertyGroup>
44
<OutputType>Exe</OutputType>
5-
<TargetFrameworks>net6.0;net8.0</TargetFrameworks>
65
</PropertyGroup>
76

87
<ItemGroup>

src/Confluent.Kafka/Confluent.Kafka.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616
<PackageReadmeFile>README.md</PackageReadmeFile>
1717
<Title>Confluent.Kafka</Title>
1818
<AssemblyName>Confluent.Kafka</AssemblyName>
19+
<TargetFrameworks>$(TargetFrameworks);netstandard2.0;net462</TargetFrameworks>
1920
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
2021
<GenerateDocumentationFile>true</GenerateDocumentationFile>
2122
<SignAssembly>true</SignAssembly>

src/Confluent.SchemaRegistry.Encryption.Aws/Confluent.SchemaRegistry.Encryption.Aws.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
<PackageId>Confluent.SchemaRegistry.Encryption.Aws</PackageId>
1616
<Title>Confluent.SchemaRegistry.Encryption.Aws</Title>
1717
<AssemblyName>Confluent.SchemaRegistry.Encryption.Aws</AssemblyName>
18+
<TargetFrameworks>$(TargetFrameworks);netstandard2.1;net462</TargetFrameworks>
1819
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
1920
<GenerateDocumentationFile>true</GenerateDocumentationFile>
2021
<SignAssembly>true</SignAssembly>

src/Confluent.SchemaRegistry.Encryption.Azure/Confluent.SchemaRegistry.Encryption.Azure.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
<PackageId>Confluent.SchemaRegistry.Encryption.Azure</PackageId>
1616
<Title>Confluent.SchemaRegistry.Encryption.Azure</Title>
1717
<AssemblyName>Confluent.SchemaRegistry.Encryption.Azure</AssemblyName>
18+
<TargetFrameworks>$(TargetFrameworks);netstandard2.1;net462</TargetFrameworks>
1819
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
1920
<GenerateDocumentationFile>true</GenerateDocumentationFile>
2021
<SignAssembly>true</SignAssembly>

src/Confluent.SchemaRegistry.Encryption.Gcp/Confluent.SchemaRegistry.Encryption.Gcp.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
<PackageId>Confluent.SchemaRegistry.Encryption.Gcp</PackageId>
1616
<Title>Confluent.SchemaRegistry.Encryption.Gcp</Title>
1717
<AssemblyName>Confluent.SchemaRegistry.Encryption.Gcp</AssemblyName>
18+
<TargetFrameworks>$(TargetFrameworks);netstandard2.1;net462</TargetFrameworks>
1819
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
1920
<GenerateDocumentationFile>true</GenerateDocumentationFile>
2021
<SignAssembly>true</SignAssembly>

src/Confluent.SchemaRegistry.Encryption.HcVault/Confluent.SchemaRegistry.Encryption.HcVault.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
<PackageId>Confluent.SchemaRegistry.Encryption.HcVault</PackageId>
1616
<Title>Confluent.SchemaRegistry.Encryption.HcVault</Title>
1717
<AssemblyName>Confluent.SchemaRegistry.Encryption.HcVault</AssemblyName>
18+
<TargetFrameworks>$(TargetFrameworks);netstandard2.1;net462</TargetFrameworks>
1819
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
1920
<GenerateDocumentationFile>true</GenerateDocumentationFile>
2021
<SignAssembly>true</SignAssembly>

src/Confluent.SchemaRegistry.Encryption/Confluent.SchemaRegistry.Encryption.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
<PackageId>Confluent.SchemaRegistry.Encryption</PackageId>
1616
<Title>Confluent.SchemaRegistry.Encryption</Title>
1717
<AssemblyName>Confluent.SchemaRegistry.Encryption</AssemblyName>
18+
<TargetFrameworks>$(TargetFrameworks);netstandard2.1;net462</TargetFrameworks>
1819
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
1920
<GenerateDocumentationFile>true</GenerateDocumentationFile>
2021
<SignAssembly>true</SignAssembly>

src/Confluent.SchemaRegistry.Rules/Confluent.SchemaRegistry.Rules.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
<PackageId>Confluent.SchemaRegistry.Rules</PackageId>
1616
<Title>Confluent.SchemaRegistry.Rules</Title>
1717
<AssemblyName>Confluent.SchemaRegistry.Rules</AssemblyName>
18+
<TargetFrameworks>$(TargetFrameworks);netstandard2.1;net462</TargetFrameworks>
1819
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
1920
<GenerateDocumentationFile>true</GenerateDocumentationFile>
2021
<SignAssembly>true</SignAssembly>

src/Confluent.SchemaRegistry.Serdes.Avro/Confluent.SchemaRegistry.Serdes.Avro.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
<PackageId>Confluent.SchemaRegistry.Serdes.Avro</PackageId>
1616
<Title>Confluent.SchemaRegistry.Serdes.Avro</Title>
1717
<AssemblyName>Confluent.SchemaRegistry.Serdes.Avro</AssemblyName>
18+
<TargetFrameworks>$(TargetFrameworks);netstandard2.0;net462</TargetFrameworks>
1819
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
1920
<GenerateDocumentationFile>true</GenerateDocumentationFile>
2021
<SignAssembly>true</SignAssembly>

0 commit comments

Comments
 (0)