Skip to content

Commit

Permalink
ci: Update nuget packages
Browse files Browse the repository at this point in the history
  • Loading branch information
Samir Boulema committed Nov 25, 2021
1 parent f2b3d8a commit e12d6e2
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion TSVN.VS2019/Properties/Settings.Designer.cs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions TSVN.VS2019/TSVN.VS2019.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
<SignAssembly>True</SignAssembly>
<AssemblyOriginatorKeyFile>
</AssemblyOriginatorKeyFile>
<TargetFrameworkVersion>v4.7.2</TargetFrameworkVersion>
<TargetFrameworkVersion>v4.8</TargetFrameworkVersion>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugSymbols>true</DebugSymbols>
Expand Down Expand Up @@ -152,16 +152,16 @@
<PackageReference Include="Caliburn.Micro.Core">
<Version>4.0.173</Version>
</PackageReference>
<PackageReference Include="Community.VisualStudio.Toolkit">
<Version>15.0.76.299-pre</Version>
<PackageReference Include="Community.VisualStudio.Toolkit.15">
<Version>15.0.343</Version>
</PackageReference>
<PackageReference Include="Community.VisualStudio.VSCT">
<Version>16.0.29.6</Version>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
<PrivateAssets>all</PrivateAssets>
</PackageReference>
<PackageReference Include="Microsoft.ApplicationInsights">
<Version>2.18.0</Version>
<Version>2.19.0</Version>
</PackageReference>
<PackageReference Include="Microsoft.VSSDK.BuildTools">
<Version>17.0.5232</Version>
Expand Down
2 changes: 1 addition & 1 deletion TSVN.VS2022/Properties/Settings.Designer.cs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions TSVN.VS2022/TSVN.VS2022.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
<SignAssembly>True</SignAssembly>
<AssemblyOriginatorKeyFile>
</AssemblyOriginatorKeyFile>
<TargetFrameworkVersion>v4.7.2</TargetFrameworkVersion>
<TargetFrameworkVersion>v4.8</TargetFrameworkVersion>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugSymbols>true</DebugSymbols>
Expand Down Expand Up @@ -152,16 +152,16 @@
<PackageReference Include="Caliburn.Micro.Core">
<Version>4.0.173</Version>
</PackageReference>
<PackageReference Include="Community.VisualStudio.Toolkit">
<Version>17.0.76.299-pre</Version>
<PackageReference Include="Community.VisualStudio.Toolkit.17">
<Version>17.0.343</Version>
</PackageReference>
<PackageReference Include="Community.VisualStudio.VSCT">
<Version>16.0.29.6</Version>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
<PrivateAssets>all</PrivateAssets>
</PackageReference>
<PackageReference Include="Microsoft.ApplicationInsights">
<Version>2.18.0</Version>
<Version>2.19.0</Version>
</PackageReference>
<PackageReference Include="Microsoft.VSSDK.BuildTools">
<Version>17.0.5232</Version>
Expand Down

0 comments on commit e12d6e2

Please sign in to comment.