File tree Expand file tree Collapse file tree 3 files changed +14
-14
lines changed
src/Destructurama.JsonNet
test/Destructurama.JsonNet.Tests Expand file tree Collapse file tree 3 files changed +14
-14
lines changed Original file line number Diff line number Diff line change 1
1
version : ' {build}'
2
2
skip_tags : true
3
- image : Visual Studio 2019
3
+ image : Visual Studio 2022
4
4
configuration : Release
5
5
test : off
6
6
build_script :
@@ -10,7 +10,7 @@ artifacts:
10
10
deploy :
11
11
- provider : NuGet
12
12
api_key :
13
- secure : hZp+kwb/J4/mP8Bgo4SWyKpmDJCLdeIzbKDCzxX1NMUN/GEpJz7NL2/nY7C4fu4G
13
+ secure : 6khWtJKzfC7zUVqIs98f+Ag6hDONafPvvBje6rrI5aP05hjcxyeg3Ro6Upw4fvjo
14
14
skip_symbols : true
15
15
on :
16
16
branch : /^(master|dev)$/
Original file line number Diff line number Diff line change 1
- <Project Sdk =" Microsoft.NET.Sdk" >
1
+ <Project Sdk =" Microsoft.NET.Sdk" >
2
2
3
3
<PropertyGroup >
4
4
<TargetFrameworks >net452;netstandard2.0</TargetFrameworks >
16
16
<Product />
17
17
<Company />
18
18
<GeneratePackageOnBuild >True</GeneratePackageOnBuild >
19
- <VersionPrefix >2.0.0 </VersionPrefix >
19
+ <VersionPrefix >2.0.1 </VersionPrefix >
20
20
<DocumentationFile >bin\$(Configuration)\$(TargetFramework)\$(MSBuildProjectName).xml</DocumentationFile >
21
21
</PropertyGroup >
22
22
23
23
<ItemGroup >
24
24
<None Include =" ..\assets\Destructurama.snk" Link =" Destructurama.snk" />
25
- <None Include =" ..\..\assets\icon.png" Pack =" true" PackagePath =" " />
25
+ <None Include =" ..\..\assets\icon.png" Pack =" true" PackagePath =" " />
26
26
</ItemGroup >
27
27
28
28
<ItemGroup >
29
- <PackageReference Include =" Newtonsoft.Json" Version =" 10 .0.3" />
30
- <PackageReference Include =" Serilog" Version =" 2.5 .0" />
29
+ <PackageReference Include =" Newtonsoft.Json" Version =" 13 .0.3" />
30
+ <PackageReference Include =" Serilog" Version =" 2.12 .0" />
31
31
</ItemGroup >
32
32
33
33
</Project >
Original file line number Diff line number Diff line change 1
1
<Project Sdk =" Microsoft.NET.Sdk" >
2
2
3
3
<PropertyGroup >
4
- <TargetFrameworks >net452;netcoreapp3.1</ TargetFrameworks >
4
+ <TargetFramework >net6.0</ TargetFramework >
5
5
</PropertyGroup >
6
6
7
7
<ItemGroup >
8
- <PackageReference Include =" Microsoft.CSharp" Version =" 4.4 .0" />
9
- <PackageReference Include =" Microsoft.NET.Test.Sdk" Version =" 15.3.0 " />
10
- <PackageReference Include =" Newtonsoft.Json" Version =" 10 .0.3" />
11
- <PackageReference Include =" Serilog" Version =" 2.5 .0" />
12
- <PackageReference Include =" xunit" Version =" 2.2.0 " />
13
- <PackageReference Include =" xunit.runner.visualstudio" Version =" 2.2.0 " />
8
+ <PackageReference Include =" Microsoft.CSharp" Version =" 4.7 .0" />
9
+ <PackageReference Include =" Microsoft.NET.Test.Sdk" Version =" 17.7.2 " />
10
+ <PackageReference Include =" Newtonsoft.Json" Version =" 13 .0.3" />
11
+ <PackageReference Include =" Serilog" Version =" 2.12 .0" />
12
+ <PackageReference Include =" xunit" Version =" 2.5.3 " />
13
+ <PackageReference Include =" xunit.runner.visualstudio" Version =" 2.5.3 " />
14
14
</ItemGroup >
15
15
16
16
<ItemGroup >
You can’t perform that action at this time.
0 commit comments