@@ -27,7 +27,7 @@ This library is built with .NET Standard 2.0, .NET Standard 2.1, 4.6.2, 4.7.2*,
27
27
<FileVersion >1.13.0.1</FileVersion >
28
28
<PackageLicenseExpression >Apache-2.0</PackageLicenseExpression >
29
29
<PackageIcon >icon.png</PackageIcon >
30
-
30
+
31
31
<!-- SourceLink specific details: https://github.com/dotnet/sourcelink/blob/master/README.md -->
32
32
<PublishRepositoryUrl >true</PublishRepositoryUrl >
33
33
<EmbedUntrackedSources >true</EmbedUntrackedSources >
@@ -56,14 +56,8 @@ This library is built with .NET Standard 2.0, .NET Standard 2.1, 4.6.2, 4.7.2*,
56
56
<Compile Remove =" Common\**" />
57
57
<EmbeddedResource Remove =" Common\**" />
58
58
<None Remove =" Common\**" />
59
- <None Include =" ..\..\icon.png" >
60
- <Pack >True</Pack >
61
- <PackagePath ></PackagePath >
62
- </None >
63
- <None Include =" ..\..\README.md" >
64
- <Pack >True</Pack >
65
- <PackagePath >\</PackagePath >
66
- </None >
59
+ <None Include =" ..\..\icon.png" Pack =" true" PackagePath =" " />
60
+ <None Include =" ..\..\README.md" Pack =" true" PackagePath =" \" />
67
61
</ItemGroup >
68
62
69
63
<ItemGroup >
@@ -124,7 +118,7 @@ This library is built with .NET Standard 2.0, .NET Standard 2.1, 4.6.2, 4.7.2*,
124
118
<Version >7.0.2</Version >
125
119
</PackageReference >
126
120
</ItemGroup >
127
-
121
+
128
122
<PropertyGroup Condition =" '$(TargetFramework)' == 'net48'" >
129
123
<AssemblyTitle >VaultSharp .NET Framework 4.8</AssemblyTitle >
130
124
</PropertyGroup >
@@ -151,11 +145,10 @@ This library is built with .NET Standard 2.0, .NET Standard 2.1, 4.6.2, 4.7.2*,
151
145
</PackageReference >
152
146
</ItemGroup >
153
147
154
-
155
148
<PropertyGroup Condition =" '$(TargetFramework)' == 'netstandard2.0'" >
156
149
<AssemblyTitle >VaultSharp .NET Standard 2.0</AssemblyTitle >
157
150
</PropertyGroup >
158
-
151
+
159
152
<ItemGroup Condition =" '$(TargetFramework)' == 'netstandard2.0'" >
160
153
<PackageReference Include =" System.Text.Json" >
161
154
<Version >7.0.2</Version >
@@ -176,28 +169,16 @@ This library is built with .NET Standard 2.0, .NET Standard 2.1, 4.6.2, 4.7.2*,
176
169
<AssemblyTitle >VaultSharp .NET 6</AssemblyTitle >
177
170
</PropertyGroup >
178
171
179
- <ItemGroup Condition =" '$(TargetFramework)' == 'net6.0'" >
180
- <PackageReference Include =" System.Text.Json" >
181
- <Version >7.0.2</Version >
182
- </PackageReference >
183
- </ItemGroup >
184
-
185
172
<PropertyGroup Condition =" '$(TargetFramework)'=='net7.0'" >
186
173
<AssemblyTitle >VaultSharp .NET 7</AssemblyTitle >
187
174
</PropertyGroup >
188
175
189
- <ItemGroup Condition =" '$(TargetFramework)' == 'net7.0'" >
190
- <PackageReference Include =" System.Text.Json" >
191
- <Version >7.0.2</Version >
192
- </PackageReference >
193
- </ItemGroup >
194
-
195
176
<PropertyGroup Condition =" '$(Configuration)|$(TargetFramework)|$(Platform)'=='Debug|net6.0|AnyCPU'" >
196
177
<WarningLevel >5</WarningLevel >
197
178
</PropertyGroup >
198
179
199
180
<PropertyGroup Condition =" '$(Configuration)|$(TargetFramework)|$(Platform)'=='Release|net6.0|AnyCPU'" >
200
181
<WarningLevel >5</WarningLevel >
201
182
</PropertyGroup >
202
-
183
+
203
184
</Project >
0 commit comments