File tree 1 file changed +10
-5
lines changed
1 file changed +10
-5
lines changed Original file line number Diff line number Diff line change 7
7
<Company >First-Coder</Company >
8
8
<Copyright >L. Gmann</Copyright >
9
9
<PackageProjectUrl >https://first-coder.de/</PackageProjectUrl >
10
+ <AssemblyVersion >1.0.0.1</AssemblyVersion >
10
11
</PropertyGroup >
11
12
12
13
<ItemGroup >
13
- <PackageReference Include = " Newtonsoft.Json " Version = " 13.0.1 " />
14
+ <None Remove = " settings.json " />
14
15
</ItemGroup >
15
16
16
17
<ItemGroup >
17
- <Resource Include =" settings.json" />
18
+ <Content Include =" settings.json" >
19
+ <CopyToOutputDirectory >PreserveNewest</CopyToOutputDirectory >
20
+ </Content >
18
21
</ItemGroup >
19
22
20
23
<ItemGroup >
21
- <None Update =" settings.json" >
22
- <CopyToOutputDirectory >PreserveNewest</CopyToOutputDirectory >
23
- </None >
24
+ <PackageReference Include =" Newtonsoft.Json" Version =" 13.0.1" />
25
+ </ItemGroup >
26
+
27
+ <ItemGroup >
28
+ <Resource Include =" settings.json" />
24
29
</ItemGroup >
25
30
26
31
<ProjectExtensions ><VisualStudio ><UserProperties /></VisualStudio ></ProjectExtensions >
You can’t perform that action at this time.
0 commit comments